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

https://github.com/zeroxbrock/waffle-getting-started

waffle scripts
https://github.com/zeroxbrock/waffle-getting-started

Last synced: 6 months ago
JSON representation

waffle scripts

Awesome Lists containing this project

README

          

# waffle stuff (name subj to change)

## Getting Started

```bash
# build all Docker images
./build.sh

# flatten contracts in `contracts/` directory
./flatten.sh
```

## Scripts

### [build.sh](./build.sh)

Builds all docker images. Required for all other scripts to run.

### [flatten.sh](./flatten.sh)

Compiles and flattens all contracts in the `contracts/` directory; outputs results from container to local machine: `build/` & `build_flat/`.