This repo contains Astroport DCA related contracts.
Name | Description |
---|---|
dca |
The Astroport DCA module contract |
You will need Rust 1.58.1+ with wasm32-unknown-unknown
target installed.
You can run unit tests for each contract directory via:
cargo test
Run the following from the repository root
./scripts/build_release.sh
The optimized contracts are generated in the artifacts/ directory.