- Create the network from scratch
sudo ./startfromscratch.sh
- Stop the network
sudo ./down.sh
- Restart the network
sudo ./up.sh
- Delete the docker container of the network thus ultimately deleting the network and the block explorer
sudo ./remove.sh
- Deleting but this time the volume(backup)too
CAUTION
sudo ./destroy.sh
- Deete all docker containers of your host machine
CAUTION
sudo ./docker-prune.sh
localhost:26000