parazyd 4b0a57cdc8 sdk/contract_id: Use From for instantiation. il y a 3 ans
..
proof 12b7419c10 example/smart-contract: Cleanup il y a 3 ans
src f2aac746cb remove get access from update and deploy functions il y a 3 ans
tests 4b0a57cdc8 sdk/contract_id: Use From for instantiation. il y a 3 ans
.gitignore 12b7419c10 example/smart-contract: Cleanup il y a 3 ans
Cargo.lock b6be34e41d blockchain: Document contractstore. il y a 3 ans
Cargo.toml 9848a1e5f5 runtime: sled blockchain access il y a 3 ans
Makefile 96b159c00c wasm: Working db_init() il y a 3 ans
README.md 5ffdb1beb9 wasm: alloc pages for apply() il y a 3 ans

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