Ayush 21a52cb1eb build bpf -> build sbf (#101) hai 1 ano
..
program 735e5bba72 fixed dependency versions hai 1 ano
tests a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) hai 1 ano
ts 2c4cb8f527 Fix: all the biome errors and update biome (#86) hai 1 ano
README.md 21a52cb1eb build bpf -> build sbf (#101) hai 1 ano
package.json a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) hai 1 ano
pnpm-lock.yaml ae5241ab37 add anchor tokens examples to github actions, add pnpm-lock.yaml files hai 1 ano

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