Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #965

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Aave is a decentralized non-custodial liquidity markets protocol where users can

## Documentation

See the link to the technical paper or visit the Aave Developer docs
Refer to the link to the technical paper or visit the Aave Developer docs

- [Technical Paper](./techpaper/Aave_V3_Technical_Paper.pdf)

Expand All @@ -44,7 +44,7 @@ V3 Round 1 - October 2021
- [ABDK](./audits/27-01-2022_ABDK_AaveV3.pdf)
- [OpenZeppelin](./audits/01-11-2021_OpenZeppelin_AaveV3.pdf)
- [Trail of Bits](./audits/07-01-2022_TrailOfBits_AaveV3.pdf)
- [Peckshield](./audits/14-01-2022_PeckShield_AaveV3.pdf)
- [PeckShield](./audits/14-01-2022_PeckShield_AaveV3.pdf)

V3 Round 2 - December 2021

Expand All @@ -64,7 +64,7 @@ You can install `@aave/core-v3` as an NPM package in your Hardhat or Truffle pro

`npm install @aave/core-v3`

Import at Solidity files:
Import into Solidity files:

```
import {IPool} from "@aave/core-v3/contracts/interfaces/IPool.sol";
Expand Down Expand Up @@ -93,7 +93,7 @@ console.log(PoolV3Artifact.abi)

The repository uses Docker Compose to manage sensitive keys and load the configuration. Prior to any action like test or deploy, you must run `docker-compose up` to start the `contracts-env` container, and then connect to the container console via `docker-compose exec contracts-env bash`.

Follow the next steps to setup the repository:
Follow the next steps to set up the repository:

- Install `docker` and `docker-compose`
- Create an environment file named `.env` and fill the next environment variables
Expand Down