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

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