Wagmi The complete guide to use Wagmi hooks in a React app Learn how to configure Wagmi in your React application and how to use the Wagmi hooks to interact with connected wallets, contracts and the blockchain.
Wagmi How to connect a wallet to your React app using Wagmi Learn how to use Wagmi to allow your users to connect their wallet on your website. It works for MetaMask, Coinbase Wallet, Wallet Connected and all the wallets that have browser extensions.
Wagmi How to handle errors when a transaction fail in React using Wagmi In this tutorial, we are going to learn how to handle errors when you send a transaction from your React app using Wagmi but the transaction fails on the blockchain.
Wagmi How to request the connected wallet to switch the selected network using Wagmi In this tutorial, we are going to learn how to request the connected wallet to switch the selected network and use another network using Wagmi in React.
Wagmi How to sign data and verify the address that generated the signature using Wagmi In this tutorial, we are going to learn how to sign data using the wallet connected to your app and how to verify the address that generated the signature using Wagmi hooks.
Wagmi How to send ERC-20 tokens to another address in React using Wagmi In this tutorial, we are going to learn how to send ERC-20 tokens from the wallet connected to your React app to another address using Wagmi.
Wagmi How to get the Ethereum and ERC-20 tokens balance of an address using Wagmi In this tutorial, we are going to learn how to get the Ethereum balance and the ERC-20 tokens balance of an address in your React application using Wagmi or Ethers JS.
Wagmi How to send an Ethereum transaction using Wagmi In this tutorial, we are going to learn how to send an Ethereum transaction from the wallet connected to your React app using Wagmi.
Wagmi How to connect a wallet to your React app using RainbowKit Learn how to allow users to connect their wallet to your React application using RainbowKit and then interact with that wallet using Wagmi.
Web3Modal How to connect a wallet to your React app using Web3Modal V2 In this tutorial, we are going to learn how to connect a wallet to your React app using the Web3Modal library (v2) and Ethers JS. It supports all the major wallets, it's elegant and you can customise it (and it's free!).
Ethers JS How to get the ERC-20 token balance of an address using Ethers JS In this tutorial, we are going to learn how to interact with ERC-20 tokens smart contracts to get the token balance of an address using Ethers JS.
Ethers JS How to get the Ethereum balance of an address using Ethers JS In this tutorial, we are going to learn how to get the Ethereum balance of an address using Ethers JS and JavaScript. This also works to get the native token of other EVM networks.
Ethers JS How to sign data and verify signatures using Ethers JS and JavaScript Learn how to sign data using a wallet and verify that the signature was generated with the right wallet using Ethers JS. We will learn how to get the address that generated the signature.
Ethers JS How to add a new network to the user's wallet using Ethers JS and JavaScript In this tutorial, we are going to see how to add a new network to the list of networks in the user's wallet connected to your website using Ethers JS.
Ethers JS How to switch the selected network on the connected wallet using Ethers JS In this tutorial, we are going to learn how to request switching the network of the wallet connected to your website using Ethers JS and JavaScript.
Ethers JS How to send ERC-20 tokens transactions using Ethers JS and JavaScript In this tutorial, we are going to learn how to send ERC-20 tokens to another wallet using Ethers JS and JavaScript. You will learn how to interact with an ERC-20 smart contract.
Ethers JS How to interact with a smart contract using Ethers JS and JavaScript In this tutorial, we are going to learn how to interact with a smart contract using Ethers JS and JavaScript. We are going to see how to read data from a smart contract and send transactions to it.
Ethers JS How to send an Ethereum transaction using Ethers JS and JavaScript We are going to learn how to send Ethereum to another wallet from a wallet connected to your website or using the private key of a wallet using Ethers JS and JavaScript.
Solana Featured How to create a Solana token with the Solana Program Library and JavaScript In this guide, we are going to learn how to create your own token on the Solana blockchain using the Solana Program Library (SPL) and JavaScript.
web3.js Featured How to implement a sign in with Ethereum wallet flow Web3 JS In this guide, we are going to learn how to implement an authentication system that allows users to log in using an Ethereum wallet with Web3 JS.
web3.js How to request a signature with the user's wallet using web3 JS In this guide, we are going to learn how to request a signature on the user's connected wallet using Web3 JS and how to verify a signature
Solana How to get all the transactions of an address on Solana in JavaScript In this tutorial, we are going to learn how to get all the transactions of an address on the Solana network with JavaScript and the Solana Web3.js library or the JSON-RPC API.
Ethereum How to connect a wallet to your website using Web3Modal In this tutorial, we are going to learn how to connect a wallet to your website using the Web3Modal library with React and JavaScript.
Ethereum How to detect when the connected wallet changes selected network web3 JS In this tutorial, we are going to learn how to detect when the wallet connected to your website selects a new network with Web3 JS
Ethereum How to detect when the connected wallet changes selected account web3 JS In this tutorial, we are going to learn how to detect when the wallet connected to your website changes the selected account with Web3 JS