Multi pool type automated market-maker (AMM) protocol powered by smart contracts on the Palomachain as a fork of Astroport.
Name | Description |
---|---|
factory |
Pool creation factory |
pair |
Pair with x*y=k curve |
pair_stable |
Pair with stableswap invariant curve |
router |
Multi-hop trade router |
Go to contract directory and run
cargo wasm
cp ../../target/wasm32-unknown-unknown/release/palomadex_token.wasm .
ls -l palomadex_token.wasm
sha256sum palomadex_token.wasm
Run the following from the repository root
cargo test
Run the following from the repository root
./scripts/build_release.sh
The optimized contracts are generated in the artifacts/ directory.