Skip to content

AriseBank/dogecoin-blockchain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dogecoin Blockchain Explorer

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

Getting started

Prerequisites

  1. Install and run a full Dogecoin 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 Dogecoin 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 Dogecoin RPC credentials for your target dogecoin node