diff --git a/README.md b/README.md index 95d0819..b9afc25 100755 --- a/README.md +++ b/README.md @@ -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`