From e35534aedae46f6f357710fc8ca49b8f4ded58c1 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 21 Mar 2020 08:50:13 -0700 Subject: [PATCH] Updating README --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6d5144..a763525 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ start-local-testnet-server.sh start-local-mainnet.sh start-local-testnet.sh test-fullstack-main.sh +start-fullstack-main.sh +start-fullstack-test.sh coverage start-my-infra diff --git a/README.md b/README.md index 02d68a9..38e895e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 Bitcoin Cash full node and various indexers. +interface for working with a Bitcoin Cash full node and various indexers. See [this article](https://troutsblog.com/research/bitcoin-cash/how-to-bch-full-stack-developer) to learn about the 'Cash Stack'. Visit [FullStack.cash](https://fullstack.cash), sign up for a free account, and use this REST API right away with the [bch-js](https://github.com/christroutner/bch-js) JavaScript library. This repository is intended to be paired with [bch-js](https://github.com/christroutner/bch-js), an npm JavaScript library, and an alternative implementation