Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EquilibriumEtf/balancer-module
https://github.com/EquilibriumEtf/balancer-module
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/EquilibriumEtf/balancer-module
- Owner: EquilibriumEtf
- Created: 2022-11-18T00:09:33.000Z (about 2 years ago)
- Default Branch: mainline
- Last Pushed: 2024-05-21T19:55:42.000Z (8 months ago)
- Last Synced: 2024-08-02T00:25:21.674Z (6 months ago)
- Language: Rust
- Size: 106 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-abstract - Equilibrium - 25K, 1st place, HackWasm 2022 (Hackathon Wins / Adapters)
README
# Balancer (WIP)
This is a smart-contract app built using [Abstract](https://abstract.money).## Features
- Autobalance Abstract portfolio
- Dex integration with Osmosis## Commands
- `cargo build`: Build the app
- `cargo wasm`: Compile the app to wasm
- `cargo deploy`: Deploy the app to Abstract Version Control
- `cargo test`: Run the tests
- `cargo doc`: Generate the documentation
- `cargo clippy`: Run the linter## Deployment
By running `cargo deploy`, the app will be deployed to Abstract Version Control under
the identifier: `equilibrium:balancer`.