Balmy
Transformers
Transformers
  • Transformers
  • Architecture
    • Transformer
    • Base Transformer
    • Transformers
      • Protocol Token Wrapper
      • ERC4626
        • AaveV3
        • AaveV2
        • Beefy
      • Transformer Registry
  • Tech Guides
    • Interacting with the transformers
    • Smart Contract Registry
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Tech Guides

Interacting with the transformers

PreviousTransformer RegistryNextSmart 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 architecture sections.

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/transformers

npm:

npm i @mean-finance/transformers

Transformers