parazyd 72f345e6de contrib: Add script for attaching missing license headers to .rs files. %!s(int64=3) %!d(string=hai) anos
..
proof 12b7419c10 example/smart-contract: Cleanup %!s(int64=3) %!d(string=hai) anos
src 72f345e6de contrib: Add script for attaching missing license headers to .rs files. %!s(int64=3) %!d(string=hai) anos
tests 4b0a57cdc8 sdk/contract_id: Use From for instantiation. %!s(int64=3) %!d(string=hai) anos
.gitignore 12b7419c10 example/smart-contract: Cleanup %!s(int64=3) %!d(string=hai) anos
Cargo.lock b6be34e41d blockchain: Document contractstore. %!s(int64=3) %!d(string=hai) anos
Cargo.toml c1b2c2af5a Update crate dependencies %!s(int64=3) %!d(string=hai) anos
Makefile 96b159c00c wasm: Working db_init() %!s(int64=3) %!d(string=hai) anos
README.md 5ffdb1beb9 wasm: alloc pages for apply() %!s(int64=3) %!d(string=hai) anos

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