DEV Community

ishwar chandra tiwari
ishwar chandra tiwari

Posted on

How to generate mnemonic?

var bip39 = require(“bip39”);

// You can generate a mnemonic seed from bip39 library

var mnemonic = “ishwar chandra tiwari…”;

Latest comments (0)