Go to file
BTChip 389f5db9d8 Update for new SDKs 2017-01-22 18:25:15 +01:00
doc Update documentation 2016-10-18 00:05:56 +02:00
glyphs Refresh icons for Blue 2.0 2017-01-22 18:24:41 +01:00
src_chainsplit Add ETC/ETH splitting contract sample 2016-08-28 23:39:04 +02:00
src_common EIP 155 support. Free up some RAM for U2F buffers 2016-11-25 09:10:04 +01:00
src_daosend Temporarily disable 1.2isms 2016-06-02 02:04:57 +02:00
src_genericwallet EIP 155 support. Free up some RAM for U2F buffers 2016-11-25 09:10:04 +01:00
.gitignore Update for new SDKs 2017-01-22 18:25:15 +01:00
LICENSE Initial commit 2016-05-28 01:12:59 +02:00
Makefile.chainsplit Splitting : fix Makefile, add quality icon, ETH->ETC automation through etherscan APIs 2016-09-02 10:17:07 +02:00
Makefile.daosend Initial import 2016-06-01 21:41:29 +02:00
Makefile.genericwallet Update for new SDKs 2017-01-22 18:25:15 +01:00
README.md Mention Medium post for the splitting contract 2016-09-19 19:08:30 +02:00
ethBase.py Get rid of ethereum framework dependency for Windows users, point to split contract 2016-09-02 15:50:49 +02:00
getPublicKey.py Initial import 2016-06-01 21:41:29 +02:00
icon.gif Nano S release 2016-07-31 09:36:00 +02:00
icon_split.gif Splitting : fix Makefile, add quality icon, ETH->ETC automation through etherscan APIs 2016-09-02 10:17:07 +02:00
setSelfAddress.py Initial import 2016-06-01 21:41:29 +02:00
signTx.py Get rid of ethereum framework dependency for Windows users, point to split contract 2016-09-02 15:50:49 +02:00
splitEther.py Get rid of ethereum framework dependency for Windows users, point to split contract 2016-09-02 15:50:49 +02:00

README.md

blue-app-eth

Ethereum wallet application framework for Ledger Blue and Nano S

This follows the specification available in the doc/ folder

To use the generic wallet (which disables all data transaction) refer to signTx.py (requires rlp package) or Ledger Ethereum Wallet Chrome application available on Github at https://github.com/LedgerHQ/ledger-wallet-ethereum-chrome or the Chrome Web store at https://chrome.google.com/webstore/detail/ledger-wallet-ethereum/hmlhkialjkaldndjnlcdfdphcgeadkkm

Other examples are provided reusing the Ethereum parsing framwork to implement some advanced use cases :

For more information about the parsing framework you can refer to https://medium.com/@Ledger/dynamic-secure-applications-with-bolos-and-ledger-blue-a-use-case-with-ethereum-and-the-dao-6be91260e89f#.204qgmogo