Krinza MominforAnkrankr.hashnode.dev·Dec 24, 2022Web3 Data Challenges and the State of APIsAn odyssey of data and frustration of a developer Ah, the joys of querying Web3. It's like going on a grand adventure, where you're not quite sure what you're looking for or where you're going to find it. You might start out with a simple query, some...Discuss·463 readsQuerying Blockchain Data with AnkrjsWeb3 Data Challenges
joshcs.eth ᵍᵐforAnkrankr.hashnode.dev·Dec 15, 2022How to build an NFT minting site with RainbowKit + Next.js + thirdweb + AnkrLaunching your NFT project has never been easier! Looking to put your own NFT collection on the blockchain? You’re in the right place! What are we building? In this tutorial, we will be building an ERC-1155 (Edition) minting page. This will be a full...Discuss·3 likes·1.2K readsAnkr
Krinza MominforAnkrankr.hashnode.dev·Nov 28, 2022Fetch the list of cryptocurrencies launched on a particular Blockchain using Ankr’s Token APIIn this tutorial, we’ll be fetching the list of cryptocurrencies launched on a particular Blockchain using Ankr's Advanced Multichain Token API↗. Refresher on Ankr Advanced APIs Ankr's Advanced Multichain APIs are the collection of RPC methods create...Discuss·322 readsQuerying Blockchain Data with AnkrjsAnkr
krystalforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Oct 10, 2022FeaturedHow to Build an NFT Viewer dApp using Ankr.js to fetch NFTs owned by the Wallet AddressWhat Are We Building In this tutorial, we will be building an NFT viewer using Ankr.js, React, TypeScript, Next.js, Vercel, and TailwindCSS. The React web app will provide a user interface that displays a grid view of all the NFTs held by any given w...Discuss·32 likes·1.4K readsAnkr
Aayush Guptaaayushguptaji.hashnode.dev·Sep 6, 2022What is RPC Node? Why Devs should use Decentralized Node Providers?If you're new to blockchain development, the one question always arises: what is an RPC node?, sometimes refer as Blockchain Node, Blockchain API Key, or Blockchain Endpoint . You may know that RPCs are essential tools that blockchain developers used...Yash solanki and 1 other are discussing this2 people are discussing thisDiscuss·32 likes·240 readsBlockchain
Krinza MominforAnkrankr.hashnode.dev·Aug 30, 2022How to check your Account Balance across Multiple Blockchains using AnkrjsIn this tutorial, we’ll be fetching the account balances from multiple blockchains such as Ethereum, Polygon, and Fantom, to name a few, using Ankr's Advanced Multichain APIs↗. Refresher on Ankr Advanced APIs Ankr's Advanced Multichain APIs are the ...Discuss·980 readsQuerying Blockchain Data with AnkrjsAnkr
Krinza MominforAnkrankr.hashnode.dev·Aug 29, 2022How to fetch all NFTs owned by a particular Wallet Address using AnkrjsIn this tutorial, we’ll be fetching all the NFTs owned by a particular wallet or owner across multiple blockchains such as Ethereum, Polygon, and Fantom, to name a few, using Ankr's Advanced Multichain APIs↗. Ankr Advanced APIs Ankr's Advanced Multic...Discuss·1 like·960 readsQuerying Blockchain Data with AnkrjsAnkr
Krinza MominforAnkrankr.hashnode.dev·Jul 20, 2022Create a “What’s in Your Wallet?” dApp using Ankr’s Multichain Advanced APIsIn this tutorial, we’ll be building a "What's in Your Wallet?" dApp where users can check their net worth, credits in native balance by chain, and NFTs they hold on multiple blockchains such as Ethereum, Polygon and Fantom (to name a few) using Ankr'...Discuss·54 likes·676 readsQuerying Blockchain Data with AnkrjsAnkr
J3bitokjebitok.hashnode.dev·Jun 1, 2022How to create and deploy an ERC721 contract using OpenZeppelin Wizard, Ankr, Goerli, and HardhatIn this article, we’re going to learn how to create an ERC721 NFT contract using the OpenZeppelin Wizard and later on compile and deploy it to Ethereum Goerli, Ankr protocol as our RPC Provider via hardhat. OpenZeppelin Wizard OpenZeppelin wizard gen...Discuss·3 likes·163 readsBlockchainSolidity
Krinza MominforAnkrankr.hashnode.dev·May 20, 2022How to deploy your own ERC-20 token with Ankr & Hardhat on ETH Goerli TestnetIf 'I wish I had my own token ' thought ever crossed your mind, then this article will serve to be your step-by-step guide for building and deploying your very own token (think of a name already). Getting Started ERC-20 are widely used tokens on the...Discuss·5 likes·1.0K readsWeb3