|
hace 9 meses | |
---|---|---|
.. | ||
api | hace 9 meses | |
program | hace 9 meses | |
tests | hace 9 meses | |
.gitignore | hace 9 meses | |
Cargo.toml | hace 9 meses | |
README.md | hace 9 meses | |
package.json | hace 9 meses | |
pnpm-lock.yaml | hace 9 meses | |
tsconfig.json | hace 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