Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 491 Bytes

node-bitcoin-explorer

This is mostly intended as a demo application for node-bitcoin-p2p. It replicates most of the functionality of the popular Block Explorer website.

Installation

npm install bitcoin-p2p
npm install express
git clone git://github.com/justmoon/node-bitcoin-explorer.git

Usage

To start the server

node app.js

The application will be visible on http://localhost:3000/