From 8ce0209e9a54584fce7d9c076e66ee158044584c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 8 Nov 2020 17:19:30 -0800 Subject: [PATCH] Updating README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d647004..10c541d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ You can test a live demo of the REST API by running the Rate limits are 20 requests per minute, but you can increase them to 100 with a [paid account](https://fullstack.cash/pricing). You can run bootstrap your own REST server by downloading and installing the infrastructure listed on the [CashStrap](https://fullstack.cash/cashstrap). +### Configure bch-js +The live servers can be used by [bch-js](https://github.com/christroutner/bch-js) by settings the `restURL` config property to one of these servers: + - BCHN Mainnet REST API server: https://bchn.fullstack.cash/v3/ - ABC Mainnet REST API server: https://abc.fullstack.cash/v3/ - Testnet3 REST API server: https://testnet3.fullstack.cash/v3/