Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ node-dogecoin is a Dogecoin client for Node.js. It is a fork of the excellent Ka

You'll need a running instance of [dogecoind](https://github.com/dogecoin/dogecoin) to connect with. If you're running Debian/Ubuntu, this worked for me: http://www.dogeco.in/wiki/index.php/Dogecoind

## Public Endpoints

If you don't run your own node, these public keyless endpoints support `getblockcount` and standard Dogecoin JSON-RPC:

- `https://dogecoin-mainnet.gateway.tatum.io` (Tatum)
- `https://dogecoin.drpc.org` (dRPC)

For live latency and reliability data across providers, see [OpenChainBench Dogecoin RPC benchmark](https://openchainbench.com/benchmarks/dogecoin-rpc).

Then, install the node-dogecoin NPM package.

`npm install node-dogecoin`
Expand Down