Perelyn a11dcf9234 feat: add proper assert for rust tests (#459) 2 dni temu
..
program a11dcf9234 feat: add proper assert for rust tests (#459) 2 dni temu
tests fefa11e4e5 fix: ci errors (#423) 4 tygodni temu
ts fefa11e4e5 fix: ci errors (#423) 4 tygodni temu
README.md 21a52cb1eb build bpf -> build sbf (#101) 1 rok temu
package.json fefa11e4e5 fix: ci errors (#423) 4 tygodni temu
pnpm-lock.yaml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 5 miesięcy temu

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