This example program is written in Solana using only the Solana toolsuite.
- Build the program with
cargo build-sbf - Run tests + local validator with
yarn test
- Start test validator with
yarn start-validator - Start listening to program logs with
solana config set -ul && solana logs - Run tests with
yarn run-tests