Balmy
Swappers
Swappers
  • Swappers
  • Architecture
    • Swapper Registry
    • Swap Adapter
    • Extensions
    • Swap Proxy
  • Tech guides
    • Implementing the swappers
    • Smart Contract Registry
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Tech guides

Implementing the swappers

PreviousSwap ProxyNextSmart Contract Registry

Last updated 2 years ago

Was this helpful?

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 .

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

architecture section