22 releases

0.6.0 Aug 28, 2024
0.6.0-rc.3 Feb 11, 2024
0.5.4-rc.1 Aug 21, 2024
0.5.0 Nov 2, 2023
0.1.3 Feb 25, 2023

#46 in #defines

Download history 53/week @ 2024-07-13 63/week @ 2024-07-20 245/week @ 2024-07-27 97/week @ 2024-08-03 118/week @ 2024-08-10 265/week @ 2024-08-17 464/week @ 2024-08-24 156/week @ 2024-08-31 26/week @ 2024-09-07 34/week @ 2024-09-14 80/week @ 2024-09-21 66/week @ 2024-09-28 86/week @ 2024-10-05 60/week @ 2024-10-12 69/week @ 2024-10-19 48/week @ 2024-10-26

277 downloads per month
Used in 8 crates (6 directly)

MPL-2.0 license

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
  • [Astroport]
    • Via crate cw-dex-astroport

Dependencies

~4–6MB
~129K SLoC