Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.21 KB

setup.md

File metadata and controls

37 lines (24 loc) · 1.21 KB

Aave Governance v3 Robot Setup instructions

General setup

This repo has forge dependencies. You will need to install foundry and run:

npm i // install package dependencies
forge install // install dependency libraries

To be able to run the tests, you will need to fill a .env file with your keys:

To run the tests:

forge test

Env Configuration

An .env.example in included in the repository, that can be used as template to fill all the required configurations

cp .env.example .env

Scripts

All the deployment scripts can be found here.

The scripts consist on: