George-cl / kv-storage-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to understand the contract

Refer to this guide to understand how the Key-Value contract works, in addition to some detail on how the Casperlabs Contract DSL works.

Online IDE

Follow this link to execute this contract in an online IDE. Open in Gitpod

Testing the contract

To test the contract, run: make test
This will build the contract, copy the wasm target to make it available for the tests and then run the test suite.

About

License:Apache License 2.0


Languages

Language:Rust 93.2%Language:Makefile 3.8%Language:Dockerfile 3.0%