A template for creating AAVE governance Proposal payload contracts.
- Rename
.env.example
to.env
. Add a valid URL for an Ethereum JSON-RPC client for theFORK_URL
variable - Follow the foundry installation instructions
$ forge init --template https://github.com/llama-community/aave-governance-forge-template my-repo
$ cd my-repo
$ forge install
$ make test # run tests without traces
$ make trace # run tests with traces
- Steven Valeri: Re-wrote AAVE's governance process tests in solidity.