Solana Resources

Blockchain Explorers

CLI Commands

  • Switch to Devnet - solana config set --url https://api.devnet.solana.com

  • Switch to Mainnet - solana config set --url https://api.mainnet-beta.solana.com

  • Get 1 SOL in Config Wallet - solana airdrop 1

  • Set Keypair File - solana config set --keypair C:Path\To\Keypair\File

    • The keypair file should just have the array version of the private key in it. This can be obtained using TokenTools.js

Developer Community Resources

SPL Code Tutorials & Docs

Last updated

Was this helpful?