Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.14 KB

File metadata and controls

37 lines (27 loc) · 1.14 KB

chopsticks

To install dependencies:

bun install
bun papi

Note

Sometimes you need to regenerate the Polimec descriptors. To do that, run:

bun papi add polimec --wasm ../../target/release/wbuild/polimec-runtime/polimec_runtime.compact.compressed.wasm

To start the chains:

bun run dev

To run the tests:

bun run test