An open API service indexing awesome lists of open source software.

https://github.com/b00f/kelk

Kelk
https://github.com/b00f/kelk

Last synced: 4 months ago
JSON representation

Kelk

Awesome Lists containing this project

README

          

# Kelk

Use Kelk to write the contract actor for [Zarb](https://zarb.network/) 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.