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

#6 in #decentralized-exchange

Download history 51/week @ 2025-08-19 49/week @ 2025-08-26 82/week @ 2025-09-02 57/week @ 2025-09-09 55/week @ 2025-09-16 25/week @ 2025-09-23 51/week @ 2025-09-30 18/week @ 2025-10-07 33/week @ 2025-10-14 40/week @ 2025-10-21 14/week @ 2025-10-28 7/week @ 2025-11-04 17/week @ 2025-11-11 44/week @ 2025-11-18 3/week @ 2025-11-25 10/week @ 2025-12-02

74 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:

  • [Osmosis]
    • Via crate cw-dex-osmosis
  • [Astroport]
    • Via crate cw-dex-astroport

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:

Dependencies

~4.5–6.5MB
~137K SLoC