|
hai 4 meses | |
---|---|---|
.. | ||
api | hai 9 meses | |
program | hai 9 meses | |
tests | hai 9 meses | |
.gitignore | hai 9 meses | |
Cargo.toml | hai 4 meses | |
README.md | hai 9 meses | |
package.json | hai 9 meses | |
pnpm-lock.yaml | hai 9 meses | |
tsconfig.json | hai 9 meses |
See the Counter's README for more information.
cargo build-sbf
This project includes both:
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