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 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 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 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 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.
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
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
dapp How to connect a MetaMask wallet to your website with vanilla JavaScript In this guide, we're going to learn how to use the web3 library with vanilla JavaScript and how you can connect a MetaMask wallet to your website.