|
|
3 年 前 | |
|---|---|---|
| .. | ||
| proof | 3 年 前 | |
| src | 3 年 前 | |
| tests | 3 年 前 | |
| .gitignore | 3 年 前 | |
| Cargo.lock | 3 年 前 | |
| Cargo.toml | 3 年 前 | |
| Makefile | 3 年 前 | |
| README.md | 3 年 前 | |
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