https://github.com/b00f/kelk
Kelk
https://github.com/b00f/kelk
Last synced: 4 months ago
JSON representation
Kelk
- Host: GitHub
- URL: https://github.com/b00f/kelk
- Owner: b00f
- License: mit
- Created: 2021-07-06T12:57:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T05:36:46.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T19:53:05.853Z (about 1 year ago)
- Language: Rust
- Size: 230 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.