Skip to content

An one-tap application to start a 4 validator QBFT consensus based private network using Besu client. It also sets up a chainlens explorer.

Notifications You must be signed in to change notification settings

TakeASwing-420/besu_docker

Repository files navigation

How to run instructions

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

The chainlens block explorer is located at

localhost:26000

About

An one-tap application to start a 4 validator QBFT consensus based private network using Besu client. It also sets up a chainlens explorer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published