Skip to content

x42protocol/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 9901:9901 --name myexplorer blockcoreexplorer:latest

Packages

No packages published

Languages

  • CSS 68.9%
  • C# 16.2%
  • HTML 10.4%
  • JavaScript 4.4%
  • Dockerfile 0.1%