update modified-block-explorer.md

This commit is contained in:
Jack Robison 2016-08-18 17:17:13 -04:00 committed by GitHub
parent 7a7a1b09f2
commit 41a14af70a

View file

@ -14,7 +14,9 @@ Iquidus explorer is great, but does not currently support LBRY specific operatio
The explorer should be modified to: The explorer should be modified to:
- Display LBRY name claim and support transactions - Display name claims in a transaction and link to claim info provided a txid
- Exploration of contesting and updated name claims in a way similar to transactions - Display a support transaction and link to claim info provided a txid
- Display claim information (name, claim txid, value, total amount, supports, and previous updates) provided a claim id
- Display information for contesting name claims provided a lbry name
The relevant information can be obtained from ` lbrycrd-cli getclaimsfortx ` and ` lbrycrd-cli getclaimsforname `. This will likely require polling for changes in the result of `lbrycrd-cli getclaimsintrie` after each block, and subsiquently populating values from `lbrycrd-cli getclaimsforname` and `lbrycrd-cli getclaimsfortx`.