jeanparpaillon / ledger-app-eth

Ethereum wallet application for Ledger Blue and Nano S

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ledger-app-eth

Ethereum wallet application framework for Ledger Blue, Nano S and Nano X

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 framework 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

About

Ethereum wallet application for Ledger Blue and Nano S

License:Apache License 2.0


Languages

Language:C 96.3%Language:Makefile 3.7%