Use Kelk to write the contract actor for Zarb blockchain based on WebAssembly.
To build the project you'll need to install the rust. You can build the project with cargo build
command.
You can run the tests to ensure is all working with the cargo test
command
For building the docs you can use the cargo doc --no-deps
command and cargo doc --no-deps --open
to inspect the documentation.