Solana How to sign messages and verify signatures on Solana with React and JavaScript In this tutorial, we are going to learn how to sign a message with the Solana wallet connected to your React app and how to verify that a signature was generated with the right wallet.
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/
Solana Featured How to send a Solana transaction from the connected wallet in React In this tutorial, we are going to learn how to send a Solana transaction from the wallet connected to your React app using the Solana Web3 JS library.
Solana How to connect a Solana Wallet to your React app In this tutorial, we are going to learn how to connect a Solana wallet to your React website using the Solana Wallet adapter library (@solana/wallet-adapter).