parazyd ff952172fa runtime: Pass ContractId to section functions. 3 年 前
..
proof 12b7419c10 example/smart-contract: Cleanup 4 年 前
src ff952172fa runtime: Pass ContractId to section functions. 3 年 前
tests ff952172fa runtime: Pass ContractId to section functions. 3 年 前
.gitignore 12b7419c10 example/smart-contract: Cleanup 4 年 前
Cargo.lock 9848a1e5f5 runtime: sled blockchain access 3 年 前
Cargo.toml 9848a1e5f5 runtime: sled blockchain access 3 年 前
Makefile 12b7419c10 example/smart-contract: Cleanup 4 年 前
README.md 5ffdb1beb9 wasm: alloc pages for apply() 3 年 前

README.md

Smart contract demo and template

This crate is a reference DarkFI smart contract implementation. All repositories implementing contracts should follow the same layout, as this will allow easy deployments using the commandline utilities.

rustup target add wasm32-unknown-unknown
cd example/smart-contract/
make test