Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 477 Bytes

Kelk

Use Kelk to write the contract actor for Zarb blockchain based on WebAssembly.

Building

To build the project you'll need to install the rust. You can build the project with cargo build command.

Testing

You can run the tests to ensure is all working with the cargo test command

Building the docs

For building the docs you can use the cargo doc --no-deps command and cargo doc --no-deps --open to inspect the documentation.