Skip to content

daniiba/blockcore-explorer

 
 

Repository files navigation

Blockcore Explorer | Multi-Chain Block Explorer

Build Status Release Status

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

About

Multi-Chain Block Explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 65.8%
  • C# 18.8%
  • HTML 11.1%
  • JavaScript 4.2%
  • Dockerfile 0.1%