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