Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 675 Bytes

File metadata and controls

17 lines (14 loc) · 675 Bytes

Aave adapter

Simple contract adapter for interacting with the Aave protocol. Aave V2. The code was written in Solidity. Used the Foundry toolchain.

Tests use a fork of the mainnet.

Get started

  1. Install foundry https://book.getfoundry.sh/getting-started/installation
  2. Create file .env
  3. Complete the file according to .env.example. You need to type MAINNET_RPC_URL

Commands

  1. Если необходимо, то выполнить установку библиотек

forge install foundry-rs/forge-std --no-commit && forge install OpenZeppelin/[email protected] --no-commit

  1. Run build

forge build

  1. Run tests

forge test -vvv