Perelyn a11dcf9234 feat: add proper assert for rust tests (#459) 2 ngày trước cách đây
..
program a11dcf9234 feat: add proper assert for rust tests (#459) 2 ngày trước cách đây
tests fefa11e4e5 fix: ci errors (#423) 4 tuần trước cách đây
ts fefa11e4e5 fix: ci errors (#423) 4 tuần trước cách đây
README.md 21a52cb1eb build bpf -> build sbf (#101) 1 năm trước cách đây
package.json fefa11e4e5 fix: ci errors (#423) 4 tuần trước cách đây
pnpm-lock.yaml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 5 tháng trước cách đây

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