ethjs-signer
ethjs-signer copied to clipboard
A simple module for signing Ethereum transactions.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.3.2 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...
# ethjs-signer We must support EIP155 for this module. Until that time it is unsafe to use this module. **Before opening a new issue, you may find an answer in...
## Issue Type - [x] Feature (https://github.com/ethjs/ethjs-signer/blob/master/.github/CONTRIBUTING.md#feature-requests) ## Description Currently, `.sign` requires the first parameter to be a Transaction. I would like to be able to use `ethjs-signer` to sign...