This is a smart-contract app built using Abstract.
- Autobalance Abstract portfolio
- Dex integration with Osmosis
cargo build
: Build the appcargo wasm
: Compile the app to wasmcargo deploy
: Deploy the app to Abstract Version Controlcargo test
: Run the testscargo doc
: Generate the documentationcargo clippy
: Run the linter
By running cargo deploy
, the app will be deployed to Abstract Version Control under
the identifier: equilibrium:balancer
.