x 3c69a9fc04 Merge branch 'master' of github.com:darkrenaissance/darkfi před 3 roky
..
proof 12b7419c10 example/smart-contract: Cleanup před 3 roky
src 3c69a9fc04 Merge branch 'master' of github.com:darkrenaissance/darkfi před 3 roky
tests 3c69a9fc04 Merge branch 'master' of github.com:darkrenaissance/darkfi před 3 roky
.gitignore 12b7419c10 example/smart-contract: Cleanup před 3 roky
Cargo.lock 9848a1e5f5 runtime: sled blockchain access před 3 roky
Cargo.toml 9848a1e5f5 runtime: sled blockchain access před 3 roky
Makefile 96b159c00c wasm: Working db_init() před 3 roky
README.md 5ffdb1beb9 wasm: alloc pages for apply() před 3 roky

README.md

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