go-ethereum/foundry/projects/local-private-network/wrapper.sh
2022-03-14 15:16:12 -04:00

7 lines
136 B
Bash
Executable File

#!/bin/bash
# This script will run everthing for you. Sit back and enjoy they show.
set -e
./compile-geth.sh
docker-compose up --build