Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nodejs generate ethereum address

import { ethers } from 'ethers';
const randomMnemonic = ethers.Wallet.createRandom().mnemonic;
const wallet = ethers.Wallet.fromMnemonic(randomMnemonic.phrase);
 
PREVIOUS NEXT
Tagged: #nodejs #generate #ethereum #address
ADD COMMENT
Topic
Name
6+1 =