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

#2116 in Magic Beans

Download history 256/week @ 2024-01-27 122/week @ 2024-02-03 407/week @ 2024-02-10 255/week @ 2024-02-17 190/week @ 2024-02-24 251/week @ 2024-03-02 178/week @ 2024-03-09 70/week @ 2024-03-16 34/week @ 2024-03-23 155/week @ 2024-03-30 194/week @ 2024-04-06 118/week @ 2024-04-13 211/week @ 2024-04-20 145/week @ 2024-04-27 236/week @ 2024-05-04 151/week @ 2024-05-11

762 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
~197K SLoC