Simple node file to generate Mnemonic, Ethereum address and Private Key.
- Make sure you have node and npm installed in your system.
- Go to wallet_address.js file uncoomet/comment function call as per your need also pass the params (Demo input are given).
npm install
to install node dependencies.- open terminal and run
node wallet_address.js
- Integrate this function with front end to showcase on website.