#adapter #interface #standard #abstract #command #dex #tendermint

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

5 releases (3 breaking)

0.22.1 May 8, 2024
0.21.0 Feb 20, 2024
0.20.0 Jan 24, 2024
0.19.2 Oct 19, 2023
0.19.0 Oct 19, 2023

#20 in #dex

Download history 192/week @ 2024-02-19 171/week @ 2024-02-26 85/week @ 2024-03-04 44/week @ 2024-03-11 35/week @ 2024-03-18 127/week @ 2024-03-25 264/week @ 2024-04-01 214/week @ 2024-04-08 268/week @ 2024-04-15 219/week @ 2024-04-22 57/week @ 2024-04-29 96/week @ 2024-05-06 5/week @ 2024-05-13 34/week @ 2024-05-20

195 downloads per month

GPL-3.0-or-later

28KB
529 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

~14–36MB
~538K SLoC