项目作者: AriseBank

项目描述 :
Dogecoin Blockchain Explorer, By AriseLabs
高级语言: HTML
项目地址: git://github.com/AriseBank/dogecoin-blockchain-explorer.git
创建时间: 2017-07-24T01:32:46Z
项目社区:https://github.com/AriseBank/dogecoin-blockchain-explorer

开源协议:MIT License

下载


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