mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
update modified-block-explorer.md
This commit is contained in:
parent
7a7a1b09f2
commit
41a14af70a
1 changed files with 5 additions and 3 deletions
|
@ -14,7 +14,9 @@ Iquidus explorer is great, but does not currently support LBRY specific operatio
|
|||
|
||||
The explorer should be modified to:
|
||||
|
||||
- Display LBRY name claim and support transactions
|
||||
- Exploration of contesting and updated name claims in a way similar to transactions
|
||||
- Display name claims in a transaction and link to claim info provided a txid
|
||||
- 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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue