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 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