ABOUT THE DOCUMENTATIONIn the documentation, we are using the Solana
web3.js
library to set up connection, sign transactions, etc.Useful Libraries
JavaScript Libraries@solana/web3.js
@solana/spl-token
Useful Scripts
Set up RPC ConnectionSolana provides a default RPC endpoint. However, as your application grows, we recommend you to always use your own or provision a 3rd party provider’s RPC endpoint such as Helius or Triton.
You can paste in your private key for testing but this is not recommended for production.
- Either use your private key in the project directly, you can do it via a
.env
file. - Or set up your private key in the Solana CLI.