parazyd 0e6f51e895 chore: Update copyright year in license headers 2 vuotta sitten
..
src 0e6f51e895 chore: Update copyright year in license headers 2 vuotta sitten
.gitignore 64377fe908 example/dummy-contract: Fix paths 2 vuotta sitten
Cargo.toml 64377fe908 example/dummy-contract: Fix paths 2 vuotta sitten
README.md 5945fc5f0d example: Add a dummy contract for easier iterations of runtime changes. 2 vuotta sitten

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