Go to file
BTChip github ee3ca5c5d7
Add SIGN ETH PERSONAL MESSAGE specification
2017-08-19 11:00:49 +02:00
doc Add SIGN ETH PERSONAL MESSAGE specification 2017-08-19 11:00:49 +02:00
glyphs Support message signing (Nano-S only for the time being) 2017-03-03 13:49:39 +01:00
src_chainsplit Add ETC/ETH splitting contract sample 2016-08-28 23:39:04 +02:00
src_common Fix non decimal display glitch 2017-05-31 21:48:49 +02:00
src_daosend Temporarily disable 1.2isms 2016-06-02 02:04:57 +02:00
src_genericwallet Update tokens list : newly deployed REP, add APT, BET, DNT, GELD, ICE, MYD, NXX, PRO, PPT, PLR, SAN, WCT, XRL 2017-07-29 00:13:59 +02: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 tokens list : newly deployed REP, add APT, BET, DNT, GELD, ICE, MYD, NXX, PRO, PPT, PLR, SAN, WCT, XRL 2017-07-29 00:13:59 +02:00
README.md Mention Medium post for the splitting contract 2016-09-19 19:08:30 +02:00
app_ethereum.gif Add missing Blue app icon 2017-02-03 00:22:18 +01: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