An open API service indexing awesome lists of open source software.

https://github.com/aave/aave-v3-periphery


https://github.com/aave/aave-v3-periphery

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

```
.///. .///. //. .// `/////////////-
`++:++` .++:++` :++` `++: `++:......---.`
`/+: -+/` `++- :+/` /+/ `/+/ `++.
/+/ :+/ /+: /+/ `/+/ /+/` `++.
-::/++::` /+: -::/++::` `/+: `++: :++` `++/:::::::::.
-:+++::-` `/+: --++/---` `++- .++- -++. `++/:::::::::.
-++. .++- -++` .++. .++. .++- `++.
.++- -++. .++. -++. -++``++- `++.
`++: :++` .++- :++` :+//+: `++:----------`
-/: :/- -/: :/. ://: `/////////////-
```

# Aave Protocol V3 Periphery

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

## What is Aave?

Aave is a decentralized non-custodial liquidity markets protocol where users can participate as suppliers or borrowers. Suppliers provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion. To learn more you can checkout our [docs](https://docs.aave.com/hub/)

## Connect with the community

You can join at the [Discord](http://aave.com/discord) channel or at the [Governance Forum](https://governance.aave.com/) for asking questions about the protocol or talk about Aave with other peers.

## Getting started

Download the dependencies

```
npm i
```

Compile the contracts

```
npm run compile
```

## Running tests

```
npm test
```