From 20b7425945d5ed76d63bf97560a452ca6a08d1d0 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 Dec 2019 19:47:35 -0800 Subject: [PATCH] fix(homepage): Updated the static page served by api.bchjs.cash --- src/public/index.html | 191 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 164 insertions(+), 27 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 28ed44e..be807b4 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1,35 +1,172 @@ - + - - + + - BCH API - - + BCH API + + - + + - + +

BCH API

+

The REST API for the Bitcoin Cash blockchain.

+
- -

BCH API

-

- This web server is based on rest.bitcoin.com. - Go there to view an interactive UI of the REST API endpoints. -

- +

+ bch-api is a + REST API, allowing modern applications to interact with the Bitcoin Cash (BCH) + blockchain. New to the BCH blockchain? Start by reading more about + building full stack applications on BCH. +

+

+ A REST API can work with any programming language, but bch-api is intended + to be paired with the + npm bch-js + JavaScript library. + Here is example code + for common BCH use cases. + + slp-cli-wallet + is another npm library that provides common wallet functionality, to get + your apps up and running as quickly as possible. +

+

+ While you'll be able to run through the examples without one, you should + sign-up for a free API key + in order to unlock higher rate limits. +

- - +
+

Quick Links

+ + +
+

Credit

+

+ This web server is based on + rest.bitcoin.com. Most endpoints + are common between the two projects. You may want to plan with their + interactive UI to explore the API endpoints. +

+ + + +