Interacting with the oracles

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 Oracles 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/oracles

npm:

npm i @mean-finance/oracles

Last updated