issues
search
mikeshultz
/
ledger-eth-lib
Library to interface with Ethereum app on Ledger hardware wallets
https://ledgereth.readthedocs.io/
MIT License
19
stars
9
forks
source link
Implement message signing
#25
Closed
mikeshultz
closed
2 years ago
mikeshultz
commented
2 years ago
Implements message signing.
Closes #24
TODO:
[x] EIP-191 message signing
[x] Update
MockDongle
to support EIP-191 signing
[x] EIP-712 typed message signing
[x] Update
MockDongle
to support EIP-712 signing
[x] Update CLI
[x] web3 middleware update for signing?
[x] Add new signing functions to README
Implements message signing.
Closes #24
TODO:
MockDongle
to support EIP-191 signingMockDongle
to support EIP-712 signing