Ayush 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 сар өмнө
..
program 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 сар өмнө
tests a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) 1 жил өмнө
ts 2c4cb8f527 Fix: all the biome errors and update biome (#86) 1 жил өмнө
README.md 21a52cb1eb build bpf -> build sbf (#101) 1 жил өмнө
package.json a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) 1 жил өмнө
pnpm-lock.yaml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 сар өмнө

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