question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React Native : Wallet.createRandom()._mnemonic(); function took 5 min for Android 6.0.1

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:25 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
ricmoocommented, Feb 3, 2022

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. 😃

2reactions
mertcankosecommented, Feb 8, 2022

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 ❤️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found