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

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