Unable to create instance for Random Wallet #2906
Replies: 3 comments 1 reply
-
Are you on an environment like React Native? Make sure you have followed the steps to add a secure number source: https://docs.ethers.io/v5/cookbook/react-native/#cookbook-reactnative-security |
Beta Was this translation helpful? Give feedback.
-
We are creating one library which will use in any react native app so how can we do it
we have integrated this also but facing same issues : like no secure random source avaialble (operation="crypto.getRandomValues", code=UNSUPPORTED_OPERATION, version=random/5.6.0) |
Beta Was this translation helpful? Give feedback.
-
How can we create Random Wallet .... plz help |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your Issue
When i am creating random wallet getting errors like no secure random source avaialble (operation="crypto.getRandomValues", code=UNSUPPORTED_OPERATION, version=random/5.6.0)
const randomMnemonic = ethers.Wallet.createRandom();
This is an exception issue
Beta Was this translation helpful? Give feedback.
All reactions