Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 432 Bytes

ElementsExplorer

A minimalist block explorer for Elements

How to run?

  • Install .NET Core
  • Have an Elements instance running in regtest
git clone https://github.com/dgarage/ElementsExplorer
cd ElementsExplorer
git submodule init
git submodule update
dotnet restore
cd ElementsExplorer
dotnet run -regtest

Adapt the configuration file if elements is not using default settings