Skip to content

AriseBank/namecoin-blockchain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namecoin Blockchain Explorer

Namecoin blockchain explorer, via RPC. Built with Node.js, express and bootstrap-v4.

Getting started

Prerequisites

  1. Install and run a full Namecoin node.
  2. Ensure that your node has full transaction indexing enabled (txindex=1) and the RPC server enabled (server=1).
  3. Synchronize your Dogecoin node with the Namecoin network.

Instructions

  1. Clone this repo.
  2. npm install to install all of the required dependencies.
  3. npm start to start up a local server.
  4. Navigate to http://your-domain.tld/
  5. Connect using the Namecoin RPC credentials for your target namecoin node