Skip to content
forked from HNScan/HNScan

Developer-Focused Block Explorer for Handshake

License

Notifications You must be signed in to change notification settings

IncentiveLoop/HNScan

 
 

Repository files navigation

HNScan

An open source block explorer for Handshake - written in Node.js. The primary focus of this explorer is to aid developers while integrating Handshake into their applications. It is originally designed to be run locally and explore regtest or tesnet networks.

Getting Started

There are 3 ways in which you can interact with HNScan.

1. Docker

docker run -p 8080:8080 HandshakeAlliance/HNScan

2. Local Install

After cloning this repository:

Running a local version of HNScan requires a handshake client in order to operate correctly. If you do not have a handshake client currently running on your machine, refer to the handshake docs to get one started - Handshake Docs

HNScan also requires a nomenclate instance to be running. We suggest running nomenclate as a plugin to HSD which you can find instructions for doing so here: https://github.com/HandshakeAlliance/nomenclate

# Install the dependencies
> npm install

# Run the localhost server
> npm run dev

3. Hosted Website

Visit HNScan

License

This project is licensed under MIT License.

About

Developer-Focused Block Explorer for Handshake

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 43.9%
  • JavaScript 43.3%
  • CSS 12.6%
  • Dockerfile 0.2%