#dex #adapter #traits #interface #command #abstract #tendermint

abstract-dex-adapter-traits

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

4 releases (2 breaking)

0.18.0 Jul 28, 2023
0.17.2 Jul 27, 2023
0.17.0 Jun 26, 2023
0.16.2 Jun 22, 2023

#23 in #dex

Download history 6/week @ 2024-02-19 9/week @ 2024-02-26 6/week @ 2024-03-11 3/week @ 2024-04-01

201 downloads per month

GPL-3.0-or-later

17KB
329 lines

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–24MB
~399K SLoC