|
|
před 3 roky | |
|---|---|---|
| .. | ||
| proof | před 3 roky | |
| src | před 3 roky | |
| tests | před 3 roky | |
| .gitignore | před 3 roky | |
| Cargo.lock | před 3 roky | |
| Cargo.toml | před 3 roky | |
| Makefile | před 3 roky | |
| README.md | před 3 roky | |
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