bitcoin-explorer

0.2.1 • Public • Published

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

Before you install node-bitcoin-explorer, make sure you have node-bitcoin-p2p installed.

# Get node-bitcoin-explorer 
git clone git://github.com/justmoon/node-bitcoin-explorer.git --recursive
 
# Go to folder 
cd node-bitcoin-explorer
 
# Link to global bitcoinjs installation 
npm link bitcoinjs
 
# Install dependencies 
npm install

Usage

To start the server

node app.js

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

Readme

Keywords

none

Package Sidebar

Install

npm i bitcoin-explorer

Weekly Downloads

5

Version

0.2.1

License

none

Last publish

Collaborators

  • bitcoinjs