ASAnsh Saxenainanshss.hashnode.dev·Aug 22, 2024 · 7 min readSimplifying LitProgrammable Key Pairs (PKPs) Anything you do on the blockchain needs you to sign a transaction with your private key. This happens in two steps, A transaction object is created and signed using your private key It's then broadcasted to the blockch...00
ASAnsh Saxenainanshss.hashnode.dev·Nov 22, 2023 · 4 min readSimplifying Dataverse: Sovereign IdentitiesWe'll be walking through a quick tutorial on using DataverseOS along with Next.js and Typescript. For this, we'll be using pnpm as a package manager for handling Dataverseos CLI tools. As of now, I'm using @dataverse/dataverse-connector package of ve...00
ASAnsh Saxenainanshss.hashnode.dev·Jun 4, 2023 · 4 min readAPI fetch a pawsI'll be introducing API fetching in this tutorial, as shortly as possible. We'll be using basic HTML and JS to keep this tutorial simple. You can skip the parts you already know the meaning of. What are we gonna build? Building a cool random cat imag...00
ASAnsh Saxenainanshss.hashnode.dev·Sep 12, 2022 · 2 min readUnderstanding and Using ERC1155 tokensERC1155 Tokens So last month I built a platform where you can mint and sell any file as Nfts. This could be a digital platform for content creators to monetize their works like ebooks, blogs, videos, music, arts or anything. But the problem was what ...00