Ayush 6d134a7a97 fix: Skip ignoring spl2.0 dependency issue (#2) (#109) 1 рік тому
..
program 6d134a7a97 fix: Skip ignoring spl2.0 dependency issue (#2) (#109) 1 рік тому
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 6d134a7a97 fix: Skip ignoring spl2.0 dependency issue (#2) (#109) 1 рік тому

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