Solidity The payable keyword in Solidity and how to send and receive Ether In this tutorial, we are going to learn about the payable keyword in Solidity and how to use it to send and receive Ether in your smart contract.
Wagmi How to interact with smart contracts using Wagmi in React In this tutorial, we are going to learn how to interact with smart contracts using Wagmi in React. How to read data from smart contracts and send transactions that call write functions.
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 listen for contract events and get logs using Wagmi In this tutorial, we are going to learn how to listen for smart contract events and get logs and filter them in your React app using Wagmi hooks and Ethers JS.
Wagmi How to get the current gas price using Wagmi In this tutorial, we are going to learn how to estimate the current gas price in your React application using the Wagmi useFeeData hook.
Wagmi How to wait for a transaction to complete in your React app using Wagmi In this tutorial, we are going to learn how to wait for a transaction to complete in your React application using Wagmi and how to get information about that transaction.
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 estimate the gas fees a transaction will cost using Wagmi In this tutorial, we are going to learn how to estimate the gas fees that a transaction will cost using Wagmi by estimating the amount of gas needed and multiplying it by the gas price.
Wagmi How to get the state of a transaction in React using Wagmi Learn how to get the state of a transaction in your React application using Wagmi and the useTransaction hook and the getTransactionReceipt function from Ethers JS.
Ethers JS How to handle errors when sending a transaction using Ethers JS In this tutorial, we are going to learn how to handle errors that might happen when you send a transaction using Ethers JS and JavaScript.
Ethers JS How to get the revert reason on a smart contract function Ethers JS In this tutorial, we are going to learn how to get the reason why a transaction reverted when calling a smart contract function using Ethers JS and JavaScript.
Ethers JS How to listen for smart contract events and get logs using Ethers JS In this tutorial, we are going to learn how to get all the logs of a smart contract and how to filter them and how to listen for smart contract events using Ethers JS and JavaScript.
Ethers JS How to wait for a transaction to complete using Ethers JS In this tutorial, we are going to learn how to wait for a transaction to complete (either it fails or succeeds) using Ethers JS and JavaScript.
Ethers JS How to get the current gas price on Ethereum using Ethers JS and JavaScript In this tutorial, we are going to learn how to get an estimation of the current gas price on Ethereum 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 estimate the gas fees for a transaction using Ethers JS and JavaScript In this tutorial, we are going to learn how to estimate the gas fees that a transaction will cost using Ethers JS and JavaScript.
Ethers JS How to get the state of a transaction using Ethers JS and JavaScript In this tutorial, we are going to learn how to get the state of a transaction using Ethers JS and JavaScript.
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.
Solidity How to send an Ethereum transaction in Solidity from a smart contract In this tutorial, we are going to learn how to send a transaction from a smart contract in Solidity and how to run a function when the smart contract receives a transaction.
Ethereum How to swap ERC-20 tokens using JavaScript and React In this guide, we are going to learn how to swap ERC-20 tokens using only the web3 js library.
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 get information about a transaction that calls a smart contract method Web3 JS In this tutorial, we are going to learn how to get information about a transaction that calls a smart contract method with Web3 JavaScript.
Ethereum How to get information about an ERC-20 transaction with JavaScript web3 In this tutorial, we are going to learn how to get information about an ERC-20 transaction with JavaScript and the Web3.js library.
Ethereum How to send an Ethereum transaction using Web3 and JavaScript In this tutorial, we are going to learn how to transfer Ethereum from an address to another with the JavaScript web3 library.