An open API service indexing awesome lists of open source software.

https://github.com/blockful/dao-proposals


https://github.com/blockful/dao-proposals

Last synced: 10 months ago
JSON representation

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.