Skip to content

Leoakin43/moonwell.js

 
 

Repository files navigation

Moonwell Logo

Moonwell.js


🌕 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)

Installation

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

Docs

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

Examples can be found in examples/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%