#adapter #interface #standard #abstract #command #dex #smart-contracts

abstract-dex-standard

The tendermint staking adapter is a Abstract adapter for interacting with usual DEX commands. It provides a common interface for all DEXes

8 releases (5 breaking)

new 0.24.1 Oct 25, 2024
0.24.1-beta.2 Oct 17, 2024
0.23.1 Aug 1, 2024
0.23.0 Jul 16, 2024
0.19.2 Oct 19, 2023

#216 in Magic Beans

Download history 102/week @ 2024-07-05 313/week @ 2024-07-12 56/week @ 2024-07-19 206/week @ 2024-07-26 142/week @ 2024-08-02 24/week @ 2024-08-09 44/week @ 2024-08-16 91/week @ 2024-08-23 32/week @ 2024-08-30 27/week @ 2024-09-06 19/week @ 2024-09-13 37/week @ 2024-09-20 17/week @ 2024-09-27 6/week @ 2024-10-04 71/week @ 2024-10-11 49/week @ 2024-10-18

152 downloads per month

GPL-3.0-or-later

2.5MB
19K SLoC

Dex Adapter Trait

A trait that defines a standard interface for Dex interactions. This trait should be implemented for each Dex that the adapter supports.

To implement this trait, create a new package, import this crate and implement the trait for your Dex.

Dependencies

~5–28MB
~391K SLoC