SVM Dev Tools
Essential dev tools and packages for Solana Developers.
Starter Kits
Related
Development Environment
- install dependencies
- install rust and cargo toolchain
- install Solana cli
- install Anchor
- setup a local blockchain cluster
- create a filesystem wallet
- airdrop Solana tokens to your wallet
If getting issues that cannot find build-sbf, add Solana to your path in ~/.bashrc or ~/.zshrc to make it permanent.
export PATH=~/.local/share/solana/install/active_release/bin:$PATH
Notes
Check the Solana binary is available.
solana --version
Check you can run a local validator (Run Ctrl+C to exit).
Note this creates a "test-ledger" folder in your current directory.
solana-test-validator
Get funds for development.
solana airdrop 3