#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

9 releases (breaking)

new 0.26.0 Jan 7, 2025
0.24.1 Oct 25, 2024
0.23.1 Aug 1, 2024
0.23.0 Jul 16, 2024
0.19.2 Oct 19, 2023

#158 in Magic Beans

Download history 30/week @ 2024-09-19 24/week @ 2024-09-26 8/week @ 2024-10-03 5/week @ 2024-10-10 118/week @ 2024-10-17 108/week @ 2024-10-24 21/week @ 2024-10-31 12/week @ 2024-11-07 176/week @ 2024-11-14 23/week @ 2024-11-21 7/week @ 2024-12-05 3/week @ 2024-12-12 75/week @ 2025-01-02

83 downloads per month

LGPL-3.0 and 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–28MB
~391K SLoC