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.

Wallet.create() generates infinite accounts inside

See original GitHub issue

image

Something weird happens. When I use the Wallet.create() method to create a wallet,it generates lots of the same accounts recursively.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bettybao1209commented, May 24, 2021

My case is to store the newly created wallets into the db, I switch to using the NEP6Wallet which works well. So I will close this issue.

0reactions
bettybao1209commented, May 21, 2021

Hmm, I see. Let me discuss that internally, I’ll come back to you.

Ok, thanks~

Read more comments on GitHub >

github_iconTop Results From Across the Web

Infinite Wallet Accounts? - General - Solana
Creating a new wallet account is super easy with CLI. With one command I can generate a new wallet. I'm assuming there is...
Read more >
How to create HD Wallets (sub-accounts) - iOS | 1inch.io
A guide on creating hierarchically deterministic (HD) wallets in the 1inch iOS app. ... Wallets can be differentiated based on how their keys...
Read more >
Hd Wallets and seed phrases - Nethereum Documentation
Hd Wallet stands for Hierarchical Deterministic Wallet, a type of wallet that derive an unlimited number of addresses from a single master seed....
Read more >
4. Keys, Addresses, Wallets - Mastering Bitcoin [Book] - O'Reilly
From the public key (K), we use a one-way cryptographic hash function to generate a bitcoin address (A). In this section, we will...
Read more >
How to generate arbitrary wallet seeded with eth in hardhat ...
The new ethers.Wallet.createRandom() function only creates an account from a random private key in the context of the JS application, but it ...
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