#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)

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

#17 in #dex

Download history 33/week @ 2024-07-20 284/week @ 2024-07-27 68/week @ 2024-08-03 20/week @ 2024-08-10 65/week @ 2024-08-17 77/week @ 2024-08-24 30/week @ 2024-08-31 24/week @ 2024-09-07 18/week @ 2024-09-14 37/week @ 2024-09-21 17/week @ 2024-09-28 3/week @ 2024-10-05 100/week @ 2024-10-12 88/week @ 2024-10-19 48/week @ 2024-10-26 27/week @ 2024-11-02

263 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–25MB
~387K SLoC