From ffd73c5c928721ed28076d45e7d976a03f598108 Mon Sep 17 00:00:00 2001 From: BTChip Date: Sun, 28 Aug 2016 23:36:24 +0200 Subject: [PATCH] More details on Python dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ed3f5..68df11b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Ethereum wallet application framework for Ledger Blue and Nano S This follows the specification available in the doc/ folder -To use the generic wallet (disabling all data transaction) refer to signTx.py 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 +To use the generic wallet (disabling all data transaction) refer to signTx.py (requires at least ethereum==1.1.0) 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 An example application reusing the Ethereum parsing framework to implement some advanced use case (transfering The DAO (RIP) tokens) is also provided for historical reasons - not supported on Nano S and probably not compiling on Blue with the new SDK.