f0872f8ac6 | ||
---|---|---|
.. | ||
contracts | ||
packages | ||
scripts | ||
.dockerignore | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
Makefile | ||
README.md | ||
rustfmt.toml |
README.md
ICCO On Terra
Currently there is only a Contributor that will exist on the Terra blockchain.
Building WASMs
make build
Running Unit Tests
make unit-test
This will run cargo clippy
and cargo test
.
Running Integration Tests in LocalTerra
make integration-test
This will automatically build scripts if these were not built already and run tests outlined here.
Deploy
TODO