React Native : Wallet.createRandom()._mnemonic(); function took 5 min for Android 6.0.1
See original GitHub issueDescribe the bug I am working latest application for using ethers.io for my react native application and this should work on major android and ios
Reproduction steps Just create a release build and use the function inside your code
Wallet.createRandom()._mnemonic();
Environment: Android - v6.0.1 Kernal 3.10.49
Regards, Ashish
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:25 (4 by maintainers)
Top Results From Across the Web
React Native slow / freeze whet i call ethers.Wallet ...
I have test this in both IOS and Android and was able to create a HD Wallet instantly. To use bip39 in React...
Read more >Generate Wallet from Mnemonics on Expo (React Native)
After the scan, I realised that the creation of the private key from the Mnemonics was taking more than 1 minute depending on...
Read more >ethers-io - Bountysource
React Native : Wallet.createRandom()._mnemonic(); function took 5 min for Android 6.0.1 $ 0. Created 1 year ago in ethers-io/ethers ...
Read more >react-native-mnemonic-key - npm
Native Android and iOS implementation of MnemonicKey for React Native. Latest version: 0.1.3, last published: 2 years ago.
Read more >How to generate Ethereum wallet with ethers.js - Medium
Code (Node.js). const ethers = require('ethers') const wallet = ethers.Wallet.createRandom()console.log('address:', wallet.address) console.log('mnemonic:' ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You won’t need to fork the library. You could just sub-class Wallet. 😃
I have more time now, and have 2-3 things on my list, one of which is getting the v6 beta out. 😃
We’re counting on you ❤️