To run a 4 nodes test:
- edit .env file
- in terminal window 1: sh scripts/start_docker_compose.sh
- in terminal window 2: sh scripts/network-init-4.sh
- in terminal window 2: docker exec -it berad-node0 bash -c ./scripts/seed-start.sh
- in terminal window 3: docker exec -it berad-node1 bash -c ./scripts/seed-start.sh
- in terminal window 4: docker exec -it berad-node2 bash -c ./scripts/seed-start.sh
- in terminal window 5: docker exec -it berad-node3 bash -c ./scripts/seed-start.sh
note: added "-it" in steps 4-7, so that ctrl+c can kill the process