Ayush 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 месяцев назад
..
api 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
program 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
tests 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
.gitignore 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
Cargo.toml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 месяцев назад
README.md 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
package.json 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
pnpm-lock.yaml 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад
tsconfig.json 7399fc3220 add basics/counter/steel (#149) 9 месяцев назад

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