#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 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 54/week @ 2024-10-18 109/week @ 2024-10-25 22/week @ 2024-11-01 8/week @ 2024-11-08 178/week @ 2024-11-15 21/week @ 2024-11-22 10/week @ 2024-12-06

209 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

~6–28MB
~395K SLoC