From 59ac8a9fd6224ce45c2cc54abab554daef392494 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 28 Jul 2017 13:06:07 -0400 Subject: [PATCH] reorder readme sections --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 91f06c1..2e7c0ca 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Simple, stateless Bitcoin blockchain explorer, via RPC. Built with Node.js, expr This tool is intended to be a simple, stateless, self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own bitcoind node. Because it is stateless, it is easy to run but lacks some (many?) of the features of other explorers. +# 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 + # Getting started ## Prerequisites @@ -20,14 +28,6 @@ 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