🌕 Moonwell.js is your one-stop library for interacting with the Moonwell protocol.
- 📝 An up-to-date repository of all deployed contracts
- 📜 An up-to-date repository of the latest contract code, with helper functions to create
ethers.Contracts
with the proper addresses + abis - 📊 (COMING SOON) A collection of utilities for querying and calculating various things about positions, rewards, etc
- 👩🚀 (COMING SOON) A collection of high level functions to do things within the Moonwell protocol (borrow, supply, etc)
Please Note:
This library is currently considered in ALPHA, which means while we'll strive to keep module semantics and names consistent moving forward,
there's likely going to be a number of changes as the library grows towards v1.0
We will follow semantic versioning though, so you can safely use older versions without breakge!
As with other javascript modules, you can use NPM
to install moonwell.js
:
$ npm install --save @moonwell-fi/moonwell.js
You can find the latest typedoc docs deployed at https://moonwell-fi.github.io/moonwell.js/modules.html which holds an overview of the library and examples for usage.
Examples can be found in examples/