mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
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