• Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

entropy to mnemonic converter

Started by Bitcoin, Apr 24, 2022, 08:30 am

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bitcoin

entropy to mnemonic converter

how to make an entropy to mnemonic converter
to read a file with an array line by line
in python or javascript
there


var bip39 = require('bip39')


var mnemonic = bip39.entropyToMnemonic('00000000000000000000000000000000')
console.log(mnemonic)


but I can't figure out how to read from the file
if there is a python easier tell me


Source: entropy to mnemonic converter