Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 624 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 624 Bytes

DAO Proposals

This is a collection of DAO proposals developed and mantained by Blockful.

Getting Started

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.

Clean

Delete the build artifacts and cache directories:

$ forge clean

Compile

Compile the contracts:

$ forge build

License

This project is licensed under MIT.