lbry.com/content/bounty/transaction-history.md
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

699 B

category title award status pr date
browser Add Transaction History to LBRY Browser 2000 complete https://github.com/lbryio/lbry-web-ui/pull/46 2016-07-01

Add a screen showing transaction history on the LBRY Browser lbry-web-ui.

The screen must:

  • Display past outgoing and incoming transactions
  • Link to the LBRY block explorer for transactions

The LBRY daemon already supports an API call, get_transaction_history, to retrieve transaction history. While running LBRY, type the following in your browser console:

lbry.call('get_transaction_history', {}, function(response) { console.log(response); });