Updating README

This commit is contained in:
Chris Troutner
2019-08-11 09:42:13 -07:00
parent 1f45d0ce51
commit 64b9bda179
+3 -2
View File
@@ -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)