Perelyn fefa11e4e5 fix: ci errors (#423) 4 weeks ago
..
program fefa11e4e5 fix: ci errors (#423) 4 weeks ago
tests fefa11e4e5 fix: ci errors (#423) 4 weeks ago
ts fefa11e4e5 fix: ci errors (#423) 4 weeks ago
README.md 21a52cb1eb build bpf -> build sbf (#101) 1 year ago
package.json fefa11e4e5 fix: ci errors (#423) 4 weeks ago
pnpm-lock.yaml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 5 months ago

README.md

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