Solana Resources
Blockchain Explorers
Versioned Transaction documentation
This is the latest documentation for creating and submitting Solana transactions
CLI Commands
Switch to Devnet -
solana config set --url https://api.devnet.solana.comSwitch to Mainnet -
solana config set --url https://api.mainnet-beta.solana.comGet 1 SOL in Config Wallet -
solana airdrop 1Set Keypair File -
solana config set --keypair C:Path\To\Keypair\FileThe keypair file should just have the array version of the private key in it. This can be obtained using TokenTools.js
Developer Community Resources
Solana Stack Exchange - the best place to post questions about Solana development
SPL Code Tutorials & Docs
Metaboss - best token creation tools
Akord - Arweave uploader for adding metadata to IPFSx
Tutorials:
How to use the Metadata Pointer extension (never tried this one - it might be good)
Token Metadata with Token Extensions on Solana 2/1/24 (never tried this one - it might be good)
Last updated
Was this helpful?