Interacting with the transformers

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 Transformers 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

Last updated