22 releases
0.6.0 | Aug 28, 2024 |
---|---|
0.6.0-rc.3 |
|
0.5.4-rc.1 | Aug 21, 2024 |
0.5.0 | Nov 2, 2023 |
0.1.3 | Feb 25, 2023 |
#46 in #defines
277 downloads per month
Used in 8 crates
(6 directly)
15KB
163 lines
cw-dex
CosmWasm abstractions for decentralized exchanges.
This crate defines a set of traits to abstract out the common behavior of various decentralized exchanges so that the same contract code can be used to interact with any of them.
The currently supported decentralized exchanges are:
lib.rs
:
cw-dex
CosmWasm abstractions for decentralized exchanges. This crate defines a set of traits to abstract out the common behavior of various decentralized exchanges so that the same contract code can be used to interact with any of them.
The currently supported decentralized exchanges are:
- [Osmosis]
- Via crate
cw-dex-osmosis
- Via crate
- [Astroport]
- Via crate
cw-dex-astroport
- Via crate
Dependencies
~4–6MB
~129K SLoC