Implementing the swappers

Mean Finance has a few different contracts that you can interact with. To read more about them, and what they do, you can check our architecture section.

Interfaces

If you'd like to interact with any of our contracts, we highly recommend that you install our npm package and import our interfaces or ABIs. To do so, just run:

yarn:

yarn add @mean-finance/swappers

npm:

npm i @mean-finance/swappers

Last updated