Links

Setup

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

Building

Templates https://solana.com/developers/templates

NextJS Anchor https://solana.com/developers/templates/nextjs-anchor

Ideas