From 0add43e9e208ee20e5e881db6b04e3e6140f8776 Mon Sep 17 00:00:00 2001 From: Francis Pouliot Date: Fri, 12 Oct 2018 16:53:27 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 10e81ec..a2e5014 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,18 @@ The project is in **heavy development** - we are currently looking for review, n The core component of cyphernode is a request handler which exposes HTTP endpoints via REST API, acting as an absctration layer between your apps and the open-source Bitcoin sofware you want to interact with. +## DOCS + +### API DOCS + +### Watch a Bitcoin Address (called by application) + +Read the API docs here: https://github.com/SatoshiPortal/cyphernode/blob/master/doc/API.md + +Installation documentation: https://github.com/SatoshiPortal/cyphernode/blob/master/doc/INSTALL.md + +Step-by-step manual install: https://github.com/SatoshiPortal/cyphernode/blob/master/doc/INSTALL-MANUAL-STEPS.md + ## When calling a cyphernode endpoint, you are either - making a delegated request (call) to the functions of the P2P network nodes part of your overlay network (e.g. calling Bitcoin RPC)