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.
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.