Dogecoin blockchain explorer, via RPC. Built with Node.js, express and bootstrap-v4.
- 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.
- Clone this repo.
npm installto install all of the required dependencies.npm startto start up a local server.- Navigate to http://your-domain.tld/
- Connect using the Dogecoin RPC credentials for your target dogecoin node