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
- Host: GitHub
- URL: https://github.com/zeroxbrock/waffle-getting-started
- Owner: zeroXbrock
- Created: 2020-07-08T03:17:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:17:50.000Z (over 3 years ago)
- Last Synced: 2025-04-07T15:12:32.667Z (about 1 year ago)
- Language: TypeScript
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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/`.