wormhole-icco/terra
Karl Kempe f0872f8ac6 Add sale_sealed (need to add test) 2022-05-16 21:00:34 +00:00
..
contracts Add sale_sealed (need to add test) 2022-05-16 21:00:34 +00:00
packages Add sale_sealed (need to add test) 2022-05-16 21:00:34 +00:00
scripts Add sale_sealed (need to add test) 2022-05-16 21:00:34 +00:00
.dockerignore Fix Makefile 2022-05-16 21:00:34 +00:00
.gitignore Fix Makefile 2022-05-16 21:00:34 +00:00
Cargo.lock Add dependency 2022-05-16 21:00:34 +00:00
Cargo.toml Refactor 2022-05-16 21:00:34 +00:00
Dockerfile Update Dockerfile 2022-05-16 21:00:34 +00:00
Makefile Add backtrace 2022-05-16 21:00:34 +00:00
README.md Add README 2022-05-16 21:00:34 +00:00
rustfmt.toml Hello, world! 2022-04-22 16:16:56 +00:00

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