Fix Readme typo: framwork -> framework

This commit is contained in:
Peter Grassberger
2018-12-23 11:24:46 +01:00
committed by GitHub
parent b678aa95cf
commit 0cb3ecd9da

View File

@@ -5,7 +5,7 @@ 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 :
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