From 3d40be2db0563c3a6719761b9c8f26759dea5531 Mon Sep 17 00:00:00 2001 From: TamtamHero <10632523+TamtamHero@users.noreply.github.com> Date: Tue, 20 Oct 2020 18:49:17 +0200 Subject: [PATCH] Update Readme --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index eb2081a..4e2f7ec 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ -# ledger-app-eth -Ethereum wallet application framework for Ledger Blue, Nano S and Nano X +# app-ethereum +Ethereum wallet application framework for Nano S and Nano X. +Ledger Blue is not maintained anymore, but the app can still be compiled for this target using the branch `blue-final-release`. -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 : - - * An ETH/ETC splitting contract - see src_chainsplit, splitEther.py and our Medium post at https://blog.ledger.co/splitting-your-ethers-securely-on-your-nano-s-147f20e9e341 - * An unsupported use case (transferring The DAO (RIP) tokens), using deprecated code - see src_daosend - - -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 +This app follows the specification available in the `doc/` folder +To compile it and load it on a device, have a look here: https://ledger.readthedocs.io/en/latest/userspace/getting_started.html \ No newline at end of file