parazyd 64377fe908 example/dummy-contract: Fix paths 2 år sedan
..
src 64377fe908 example/dummy-contract: Fix paths 2 år sedan
.gitignore 64377fe908 example/dummy-contract: Fix paths 2 år sedan
Cargo.toml 64377fe908 example/dummy-contract: Fix paths 2 år sedan
README.md 5945fc5f0d example: Add a dummy contract for easier iterations of runtime changes. 2 år sedan

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