Go to file
Roman Storm 45968855f6 change icons 2018-06-07 12:53:42 -07:00
doc Add SIGN ETH PERSONAL MESSAGE specification 2017-08-19 11:00:49 +02:00
glyphs added gifs and glyphs 2017-12-03 10:59:22 -08: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 Fix missing last character on address display, add full destination address when transacting, update latest ERC-20 tokens 2017-10-27 06:03:49 +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 Fix missing last character on address display, add full destination address when transacting, update latest ERC-20 tokens 2017-10-27 06:03:49 +02:00
README.md Mention Medium post for the splitting contract 2016-09-19 19:08:30 +02:00
blue_app_ethereum.gif Update tokens, add Expanse and Ubiq chains 2017-10-20 16:21:36 +02:00
blue_app_expanse.gif Update tokens, add Expanse and Ubiq chains 2017-10-20 16:21:36 +02:00
blue_app_poa_network.gif change icons 2018-06-07 12:53:42 -07:00
blue_app_ubiq.gif Update tokens, add Expanse and Ubiq chains 2017-10-20 16:21:36 +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_split.gif Splitting : fix Makefile, add quality icon, ETH->ETC automation through etherscan APIs 2016-09-02 10:17:07 +02:00
nanos_app_ethereum.gif Update tokens, add Expanse and Ubiq chains 2017-10-20 16:21:36 +02:00
nanos_app_expanse.gif Update tokens, add Expanse and Ubiq chains 2017-10-20 16:21:36 +02:00
nanos_app_poa_network.gif change icons 2018-06-07 12:53:42 -07:00
nanos_app_ubiq.gif Update tokens, add Expanse and Ubiq chains 2017-10-20 16:21:36 +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