Replies: 1 comment 5 replies
-
If you only need a private key, you can just use The |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I current use
ethers.Wallet.createRandom()
to generate private key by extracting.privateKey
in React Native 0.64 app. What is other way to securely generate private key? The ethersjs version is 5.3.0.Beta Was this translation helpful? Give feedback.
All reactions