https://github.com/blockful/dao-proposals
https://github.com/blockful/dao-proposals
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockful/dao-proposals
- Owner: blockful
- License: mit
- Created: 2024-05-20T17:13:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T00:53:31.000Z (10 months ago)
- Last Synced: 2025-09-05T02:34:58.066Z (10 months ago)
- Language: Solidity
- Size: 453 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DAO Proposals
This is a collection of DAO proposals developed and mantained by [Blockful](https://github.com/blockful-io).
## Getting Started
Start by getting `foundryup` latest version and installing the dependencies:
```sh
$ curl -L https://foundry.paradigm.xyz | bash
$ yarn
```
If this is your first time with Foundry, check out the
[installation](https://github.com/foundry-rs/foundry#installation) instructions.
### Clean
Delete the build artifacts and cache directories:
```sh
$ forge clean
```
### Compile
Compile the contracts:
```sh
$ forge build
```
## License
This project is licensed under MIT.