Codes and notes while learning solana
- https://docs.anza.xyz/cli/install
- https://www.anchor-lang.com/docs
- https://www.solanazh.com/
- https://solana.com/developers/cookbook
- https://github.com/helius-labs/solana-awesome
- https://github.com/kevinheavey/solana-bankrun - testing
- https://github.com/kevinheavey/anchor-bankrun - testing
- https://github.com/metaDAOproject/spl-token-bankrun - testing
sh -c "$(curl -sSfL https://release.anza.xyz/beta/install)"
# installed bins: ~/.local/share/solana/install/active_release/bin/
agave-install update # update solana cli
solana config get
~/.config/solana/cli/config.yml
solana config set -um # mainnet-beta
solana config set -ud # devnet, use this for dev
solana config set -ul # localnet
solana config set -ut # testnet
solana config set --url https://api.testnet.solana.com
# install avm
cargo install --git https://github.com/coral-xyz/anchor avm --force
avm install master # latest means latest stable release
avm use master
anchor build
anchor deploy --provider.wallet ~/.config/solana/id.json --provider.cluster devnet
anchor keys sync # regenerate declare_id with target/deploy keypair
- https://github.com/rpcpool/yellowstone-grpc - gRPC for Solana
- https://www.bilibili.com/video/BV1JkN8esEW8/
- https://www.youtube.com/watch?v=TQn9_grKFlQ
- https://turbin3.com/
- https://github.com/3uild-3thos/advanced-rust
- https://github.com/VulnPlanet/l3x
- https://github.com/auditware/radar
- https://github.com/sec3-product/x-ray
- https://github.com/honey-guard/solana-fender
- https://github.com/anza-xyz/pinocchio - solady for solana
- https://wapal.io/collection/amnis-draconian - NFT explorer