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