Perelyn a11dcf9234 feat: add proper assert for rust tests (#459) hai 2 días
..
program a11dcf9234 feat: add proper assert for rust tests (#459) hai 2 días
tests fefa11e4e5 fix: ci errors (#423) hai 4 semanas
ts fefa11e4e5 fix: ci errors (#423) hai 4 semanas
README.md 21a52cb1eb build bpf -> build sbf (#101) hai 1 ano
package.json fefa11e4e5 fix: ci errors (#423) hai 4 semanas
pnpm-lock.yaml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) hai 5 meses

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