- npm version 7.21.1
- Node.js version 18.12.0 LTS
- Yarn version 1.22.19
- Rust version 1.65.0 (install using rustup)
- Solana CLI tools version 1.14.7
- avm version 0.25.0
- Anchor version 0.25.0
Ensure you have a Solana wallet/account created for your local Solana install. Confirm by running:
solana address
in your terminal. If no wallet has been created an error will be thrown along with the command to copy, paste and run to create a new wallet.
To install and build, run the following commands:
yarn install
anchor build
To run the built-in tests and confirm install, run the following commands:
yarn install
anchor test
yarn install
anchor build
cargo doc --open