Solidity How to get the price of Ethereum or any token in your smart contract Solidity In this tutorial, we are going to learn how to get the price of Ethereum at any time in your smart contract in Solidity using the ChainLink oracle and its price feeds.
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.
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 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.
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.
Solana Featured How to create a Solana token with the Solana Program Library CLI 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 the CLI.
Solidity How to use OpenZeppelin to implement ERC standards in Solidity In this guide, we are going to learn how to use OpenZeppelin to implement ERC standards and create smart contracts based on these standards.
Solana Featured How to transfer SPL tokens on the Solana blockchain in React Learn how to transfer SPL tokens on the Solana blockchain from the wallet connected to your React app and the @solana/spl-token and @solana/wallet-adapter-react libraries.
Solana Featured How to get the token balances of a Solana address with JavaScript In this tutorial, we are going to learn how to get the balance of all the tokens that a Solana address holds using JavaScript and the @solana/web3.js library.
Solana How to get the Solana balance of an address with JavaScript In this tutorial, we are going to learn how to get the Solana balance of any address and the balance of the connected wallet using JavaScript with the @solana/web3.js library/