Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 681 Bytes

AAVE Governance Forge Template

A template for creating AAVE governance Proposal payload contracts.

Setup

$ forge init --template https://github.com/llama-community/aave-governance-forge-template my-repo
$ cd my-repo
$ forge install

Tests

$ make test # run tests without traces
$ make trace # run tests with traces

Acknowledgements

  • Steven Valeri: Re-wrote AAVE's governance process tests in solidity.