Roberto Huertas 7399fc3220 add basics/counter/steel (#149) hace 9 meses
..
api 7399fc3220 add basics/counter/steel (#149) hace 9 meses
program 7399fc3220 add basics/counter/steel (#149) hace 9 meses
tests 7399fc3220 add basics/counter/steel (#149) hace 9 meses
.gitignore 7399fc3220 add basics/counter/steel (#149) hace 9 meses
Cargo.toml 7399fc3220 add basics/counter/steel (#149) hace 9 meses
README.md 7399fc3220 add basics/counter/steel (#149) hace 9 meses
package.json 7399fc3220 add basics/counter/steel (#149) hace 9 meses
pnpm-lock.yaml 7399fc3220 add basics/counter/steel (#149) hace 9 meses
tsconfig.json 7399fc3220 add basics/counter/steel (#149) hace 9 meses

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