parazyd 64377fe908 example/dummy-contract: Fix paths %!s(int64=2) %!d(string=hai) anos
..
src 64377fe908 example/dummy-contract: Fix paths %!s(int64=2) %!d(string=hai) anos
.gitignore 64377fe908 example/dummy-contract: Fix paths %!s(int64=2) %!d(string=hai) anos
Cargo.toml 64377fe908 example/dummy-contract: Fix paths %!s(int64=2) %!d(string=hai) anos
README.md 5945fc5f0d example: Add a dummy contract for easier iterations of runtime changes. %!s(int64=2) %!d(string=hai) anos

README.md

Build WASM

$ cargo +nightly build --target=wasm32-unknown-unknown --release --package darkfi_dummy_contract

Run runtime.rs

$ cargo +nightly run --target=x86_64-unknown-linux-gnu --release --example runtime