Tools
Solana docs https://solana.com/docs
Solana Devnet Faucet https://faucet.solana.com/
Solana Explorer https://explorer.solana.com/address/CMTECr2KhN3bccFAxw5SB5Nnx8MXX8qyQP2YQLexRwWY?cluster=devnet
Coolors
Good Tutorial for Building on Solana
https://www.youtube.com/watch?v=4mKS99k-bMo&list=PLfmLaK4JnnhIzz7d-CKjeMlQ-aI688x9s
Install
curl --proto '=https' --tlsv1.2 -sSfL [<https://solana-install.solana.workers.dev>](<https://solana-install.solana.workers.dev/>) | bash
Verify
rustc --version && solana --version && anchor --version && surfpool --version && node --version && yarn --version
Keygen
solana-keygen new -o /Users/kevinjones/.config/solana/id.json
Connect to GitHub
gh auth login
Templates https://solana.com/developers/templates
NextJS Anchor https://solana.com/developers/templates/nextjs-anchor
Ideas