From a385d2de72862d7ce429ae3c6f576862ccf9e860 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 11 Aug 2019 09:39:17 -0700 Subject: [PATCH] Updating README --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e406022..eff727e 100644 --- a/README.md +++ b/README.md @@ -16,28 +16,14 @@ of [BITBOX SDK](https://github.com/Bitcoin-com/bitbox-sdk): - Video: [Application Stack](https://youtu.be/8w0CpQ8oydA) - [bchjs.cash](https://bchjs.cash): Buy a turn-key REST API microserver. - -Since this repo is being worked on by one person, as a hobby, updates will be -slow. But the road map I have planned is as follows: - -- Replace the requirement for Insight API with Blockbook API for address and -utxo based calls. - -- Remove rate limiting - -- Setup automated dependency management through Greenkeeper, and automated -continuous-release with semantic versioning through Semantic Release. - -- Ensure all unit and integration tests are passing. - -- Update SLP token endpoints. Not totally sure of the scope here. - -- Add end-to-end tests. +Have questions? Need help? Join our community support +[Telegram channel](https://t.me/bch_js_toolkit) ## Features The following features set this repository apart from rest.bitcoin.com: - Address balance and UTXO queries for [Blockbook](https://github.com/trezor/blockbook) and [Bitcore](https://github.com/bitpay/bitcore/tree/master/packages/bitcore-node) added. +- Rate limits are set to 10 RPM by default, and 60 RPM if Basic Authentiction header is used. - Typescript removed and ES8 JavaScript used instead. - npm audit run on all dependencies. - [Greenkeeper](https://greenkeeper.io/) implemented for automatic dependency management