From 39153132380928b96613f9e846c731e31be5d8db Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Thu, 11 Oct 2018 20:57:51 -0400 Subject: [PATCH] Include mention of optional address tx lists in Readme - Close #8 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb5bc8..c136409 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Live demos are available at: * View block details * View transaction details, with navigation "backward" via spent transaction outputs * View JSON content used to generate most pages -* Search supports transactions, blocks, addresses (including bech32) +* Search supports transactions, blocks, addresses +* Optional transaction history for addresses by querying configurable ElectrumX servers * Mempool summary, with fee, size, and age breakdowns * RPC command browser and terminal * Currently supports BTC, LTC (support for any Bitcoin-RPC-protocol-compliant coin can be added easily)