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