#money #market #adapter #interface #standard #abstract #command

abstract-money-market-standard

The money market adapter is an Abstract adapter for interacting with usual Money Market commands. It provides a common interface for all Money Markets

2 releases

new 0.22.2 May 21, 2024
0.22.1 May 8, 2024

#30 in #market

Download history 92/week @ 2024-05-06 8/week @ 2024-05-13 292/week @ 2024-05-20

392 downloads per month

GPL-3.0-or-later

40KB
792 lines

Money Market Adapter Trait

A trait that defines a standard interface for Money Market interactions. This trait should be implemented for each Money Market that the adapter supports.

To implement this trait, create a new package, import this crate and implement the trait for your Money Market.

We provide implementations for Mars, Kujira Ghost and Cavern Protocol in the integrations folder.

Dependencies

~14–34MB
~503K SLoC