Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CreateWallet

πŸ”‘ Create Multiple Wallets Within A Second With ethers.js

Key Function

let createWallet = ethers.Wallet.createRandom();

console.log('address:', createWallet.address)
console.log('mnemonic:', createWallet.mnemonic.phrase)
console.log('privateKey:', createWallet.privateKey)

Authors

Badges

MIT License

About

πŸ”‘ Create Multiple Wallet Within A Second With ethers.js

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages