From e77e1e2855995d274c6fe964087cd131f40dd3b6 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 25 May 2018 17:11:31 -0400 Subject: [PATCH] hardware wallet bounties --- content/bounty/hardware-wallet.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/bounty/hardware-wallet.md diff --git a/content/bounty/hardware-wallet.md b/content/bounty/hardware-wallet.md new file mode 100644 index 00000000..fe8b2a77 --- /dev/null +++ b/content/bounty/hardware-wallet.md @@ -0,0 +1,15 @@ +--- +category: code +title: Hardware Wallet Integration +award: 750+ +status: available +date: '2018-05-25' +--- + +Since LBRY is a fork of Bitcoin Core, integrating into existing hardware wallet platforms should be fairly straightforward. Two of the most popular hardware wallet platforms are Ledger and Trezor. You can find all the LBRY specific blockchain modifications on our [LBRYcrd GitHub repo](https://github.com/lbryio/lbrycrd) and more specifically in the [chain params code](https://github.com/lbryio/lbrycrd/blob/master/src/chainparams.cpp). These platforms + +The Trezor integration is a bit more involved and thus includes a 30% bonus on top of the stated bounty amount. + +- [Ledger GitHub](https://github.com/LedgerHQ/ledger-nano-s) - Ledger Nano GitHub respository with guidelines on how to develop. This will involve setting up their SDK and creating a Chrome app. + +- [Trezor GitHub](https://github.com/trezor) - Please see Trezor's [developer guide](https://doc.satoshilabs.com/trezor-tech/) for more information on integrations.