Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 404 Bytes

MahaLend Protocol Periphery

This repository contains the Rewards Controller contract that allows to incentivize assets with multiple rewards in MahaLend markets, UI helpers and others external smart contracts utilities related with the MahaLend Protocol.

Getting started

Download the dependencies

npm i

Compile the contracts

npm run compile

Running tests

npm test