Awesome
Blockcore Explorer | Multi-Chain Block Explorer
Build and Setup
When you fork this repo, you must ensure you add your own personal secret for DockerHub to your fork.
Do this by navigating to the "/settings/secrets" page on your GitHub project.
Create a new secret named "DockerHubSecret" and fill in your secret (password) from DockerHub.
Developing
It is prefer to use either Visual Studio 2019 or Visual Studio Code to develop on this project.
The easiest way is to run debugging directly from either of these editors, but it is also possible to run using Docker.
Docker
Manual build from the source directory:
docker build -t blockcoreexplorer .
docker run -p 9911:9911 --name myexplorer blockcoreexplorer:latest -e chain=CITY