We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any function the same as eth.accounts.sign(data, private_key) in javascript-web3?
ref: https://web3js.readthedocs.io/en/v1.2.0/web3-eth-accounts.html#sign
The text was updated successfully, but these errors were encountered:
There used to be, see #279 However for now it was removed due to mismatching license.
You can use https://github.com/tomusdrw/ethsign or https://github.com/golemfactory/golem-unlimited/tree/release/0.2/ethkey to handle private keys (but note the license is GPL for those libraries).
Sorry, something went wrong.
please track #317 for details.
No branches or pull requests
Is there any function the same as eth.accounts.sign(data, private_key) in javascript-web3?
ref: https://web3js.readthedocs.io/en/v1.2.0/web3-eth-accounts.html#sign
The text was updated successfully, but these errors were encountered: