Ayush 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 months ago
..
api 7399fc3220 add basics/counter/steel (#149) 9 months ago
program 7399fc3220 add basics/counter/steel (#149) 9 months ago
tests 7399fc3220 add basics/counter/steel (#149) 9 months ago
.gitignore 7399fc3220 add basics/counter/steel (#149) 9 months ago
Cargo.toml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 months ago
README.md 7399fc3220 add basics/counter/steel (#149) 9 months ago
package.json 7399fc3220 add basics/counter/steel (#149) 9 months ago
pnpm-lock.yaml 7399fc3220 add basics/counter/steel (#149) 9 months ago
tsconfig.json 7399fc3220 add basics/counter/steel (#149) 9 months ago

README.md

Counter

See the Counter's README for more information.

Building

cargo build-sbf

Tests

This project includes both:

  • Rust tests: program/tests directory.
  • Node.js tests using Bankrun: tests directory.

    # rust tests
    cargo test-sbf 
    
    # node tests
    pnpm build-and-test # this will also build the program
    #or 
    pnpm test # if you have already built the program