Mike MacCana 2c4cb8f527 Fix: all the biome errors and update biome (#86) 1 an în urmă
..
program 735e5bba72 fixed dependency versions 1 an în urmă
tests a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) 1 an în urmă
ts 2c4cb8f527 Fix: all the biome errors and update biome (#86) 1 an în urmă
README.md 540c9af3e2 counter: add native program example 3 ani în urmă
package.json a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) 1 an în urmă
pnpm-lock.yaml ae5241ab37 add anchor tokens examples to github actions, add pnpm-lock.yaml files 1 an în urmă

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-bpf
  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