Can we create like 100-200 metamask wallets using api or any script?
Asked
Active
Viewed 595 times
1 Answers
0
Metamask uses "Hierarchical Deterministic Wallets", see What is a HD wallet for Ether and how to create one using nodejs?.
There are several libraries that you can use to manage and create thousands of addresses. Fo example in javascript there is ethereumjs-wallet.
Ismael
- 30,570
- 21
- 53
- 96