21 releases (5 breaking)

0.6.0-rc.3 Feb 11, 2024
0.5.3 Feb 13, 2024
0.5.0 Nov 2, 2023
0.3.1 Jul 20, 2023
0.1.3 Feb 25, 2023

#1964 in Magic Beans

Download history 1/week @ 2024-01-02 41/week @ 2024-01-09 139/week @ 2024-01-16 90/week @ 2024-01-23 222/week @ 2024-01-30 247/week @ 2024-02-06 334/week @ 2024-02-13 258/week @ 2024-02-20 186/week @ 2024-02-27 273/week @ 2024-03-05 133/week @ 2024-03-12 50/week @ 2024-03-19 27/week @ 2024-03-26 218/week @ 2024-04-02 153/week @ 2024-04-09 101/week @ 2024-04-16

505 downloads per month
Used in 8 crates

MPL-2.0 license

62KB
1K SLoC

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

~6–9.5MB
~194K SLoC