Answers for "nodejs generate ethereum address"

0

nodejs generate ethereum address

import { ethers } from 'ethers';
const randomMnemonic = ethers.Wallet.createRandom().mnemonic;
const wallet = ethers.Wallet.fromMnemonic(randomMnemonic.phrase);
Posted by: Guest on August-11-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language