Ayush 6bb7ce6a41 check if pnpm solves issue 4 months ago
..
program 2f94fcdb4a v2.0 4 months ago
tests a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) 1 year ago
ts 2c4cb8f527 Fix: all the biome errors and update biome (#86) 1 year ago
README.md 21a52cb1eb build bpf -> build sbf (#101) 1 year ago
package.json a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) 1 year ago
pnpm-lock.yaml 6bb7ce6a41 check if pnpm solves issue 4 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