#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

4 releases (2 breaking)

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

#12 in #dex

Download history 7/week @ 2024-01-19 1/week @ 2024-01-26 3/week @ 2024-02-02 141/week @ 2024-02-16 190/week @ 2024-02-23 94/week @ 2024-03-01 60/week @ 2024-03-08 20/week @ 2024-03-15 111/week @ 2024-03-22 271/week @ 2024-03-29 225/week @ 2024-04-05 240/week @ 2024-04-12 105/week @ 2024-04-19

856 downloads per month

GPL-3.0-or-later

30KB
553 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–25MB
~400K SLoC