Skip to content

providenetwork/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

# 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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.5%
  • JavaScript 38.9%
  • CSS 13.4%
  • Dockerfile 0.2%