lbry.com/content/bounty/transaction-history.md
netop:// ウェッブ 9186f2cdaf
Change .io to .com (#984)
* Flatten commits

* Fixed old blog links
2019-03-19 16:59:22 -05:00

18 lines
700 B
Markdown

---
category: browser
title: Add Transaction History to LBRY Browser
award: 2000
status: complete
pr: https://github.com/lbryio/lbry-web-ui/pull/46
date: '2016-07-01'
---
Add a screen showing transaction history on the LBRY Browser [`lbry-web-ui`](https://github.com/lbryio/lbry-web-ui).
The screen must:
- Display past outgoing and incoming transactions
- Link to the LBRY [block explorer](https://explorer.lbry.com) 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); });`