This is a collection of DAO proposals developed and mantained by Blockful.
Start by getting foundryup
latest version and installing the dependencies:
$ curl -L https://foundry.paradigm.xyz | bash
$ yarn
If this is your first time with Foundry, check out the installation instructions.
Delete the build artifacts and cache directories:
$ forge clean
Compile the contracts:
$ forge build
This project is licensed under MIT.