diff --git a/README.md b/README.md index e32068c..1f9e5b2 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ The below instructions are geared toward BTC, but can be adapted easily to other ## Prerequisites -1. Install and run a full, archiving node - [instructions](https://bitcoin.org/en/full-node). Ensure that your node has full transaction indexing enabled (`txindex=1`) and the RPC server enabled (`server=1`). +1. Install and run a full, archiving node - [instructions](https://bitcoin.org/en/full-node). Ensure that your bitcoin node has full transaction indexing enabled (`txindex=1`) and the RPC server enabled (`server=1`). 2. Synchronize your node with the Bitcoin network. +3. "Recent" version of Node.js (8+ recommended). ## Instructions @@ -47,53 +48,6 @@ The below instructions are geared toward BTC, but can be adapted easily to other 1. `docker build -t btc-rpc-explorer .` 2. `docker run -p 3002:3002 -it btc-rpc-explorer` -# Screenshots - -
- Homepage (list of recent blocks)-![]() |
-
- Node Details-![]() |
-
- Transaction Details-![]() |
-
- Browse Blocks-![]() |
-
- Block Details-![]() |
-
- Mempool Summary-![]() |
-
- Transaction, Raw JSON-![]() |
-
- RPC Browser-![]() |
-
- Connect via RPC-![]() |
-