From 64b9bda1796ecc783ac224fc55fc98b797b42950 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 11 Aug 2019 09:42:13 -0700 Subject: [PATCH] Updating README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb674b..c1d44a3 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ This is a fork and alternative implementation of the [rest.bitcoin.com](https://github.com/Bitcoin-com/rest.bitcoin.com) repository. The purpose of this code is to create a REST API server that provides a common -interface for working with a BCH full node and various indexers. +interface for working with a Bitcoin Cash full node and various indexers. This repository is intended to be paired with my alternative implementation of [BITBOX SDK](https://github.com/Bitcoin-com/bitbox-sdk): -[bch-js](https://github.com/christroutner/bch-js). +[bch-js](https://github.com/christroutner/bch-js), and is part of the product +offering at [bchjs.cash](https://bchjs.cash) - [API Documentation](https://bchjs.cash/bch-api/index.html) - Video: [Basic Concepts](https://www.youtube.com/watch?v=o0FfW5rZPFs)