From a0fb31740828bdb164e420d78790db3ac2a9b06b Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 28 Jul 2017 13:05:41 -0400 Subject: [PATCH] list of features in readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a066cea..91f06c1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ This tool is intended to be a simple, stateless, self-hosted explorer for the Bi 5. Navigate to http://127.0.0.1:3002/ 6. Connect using the RPC credentials for your target bitcoin node (if you didn't edit [env.js](app/env.js) in Step 3) +# Features + +* List of recent blocks +* Browse blocks by height, in ascending or descending order +* View block details +* View transaction details, with navigation backward via spent outputs +* View raw JSON output used to generate most pages + # Screenshots ### Connect via RPC @@ -37,5 +45,5 @@ This tool is intended to be a simple, stateless, self-hosted explorer for the Bi ### Transaction, Raw JSON # ![Connect](public/img/screenshots/transaction-raw.png) -### List of all Blocks +### List of Blocks by height (in ascending order) # ![Connect](public/img/screenshots/blocks.png)