项目作者: AriseBank
项目描述 :
Dogecoin Blockchain Explorer, By AriseLabs
高级语言: HTML
项目地址: git://github.com/AriseBank/dogecoin-blockchain-explorer.git
Dogecoin Blockchain Explorer
Dogecoin blockchain explorer, via RPC. Built with Node.js, express and bootstrap-v4.
Getting started
Prerequisites
- Install and run a full Dogecoin node.
- Ensure that your node has full transaction indexing enabled (
txindex=1
) and the RPC server enabled (server=1
). - Synchronize your Dogecoin node with the Dogecoin network.
Instructions
- Clone this repo.
npm install
to install all of the required dependencies.npm start
to start up a local server.- Navigate to http://your-domain.tld/
- Connect using the Dogecoin RPC credentials for your target dogecoin node