Following this guide: https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/ Hope to build on top of this project. Should lay out some of the primitives. Next need to learn anchor
- Install Rust from https://rustup.rs/
- Install Solana v1.6.2 or later from https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool
$ cargo build
$ cargo test
$ cargo build-bpf
$ cargo test-bpf