|
před 9 měsíci | |
---|---|---|
.. | ||
api | před 9 měsíci | |
program | před 9 měsíci | |
tests | před 9 měsíci | |
.gitignore | před 9 měsíci | |
Cargo.toml | před 9 měsíci | |
README.md | před 9 měsíci | |
package.json | před 9 měsíci | |
pnpm-lock.yaml | před 9 měsíci | |
tsconfig.json | před 9 měsíci |
See the Processing instructions's README for more information. In our case, we cannot use Borsh for serialization, as we're constrained by the Steel
framework dependency on PODs (Plain Old Data).
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