Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 385 Bytes

File metadata and controls

14 lines (9 loc) · 385 Bytes

Counter: Solana Native

This example program is written in Solana using only the Solana toolsuite.

Setup

  1. Build the program with cargo build-sbf
  2. Run tests + local validator with yarn test

Debugging

  1. Start test validator with yarn start-validator
  2. Start listening to program logs with solana config set -ul && solana logs
  3. Run tests with yarn run-tests