1.0.32 • Published 1 year ago
@leofcoin/mnemonic v1.0.32
@leofcoin/mnemonic
bip39 mnemonic
install
npm i -S @leofcoin/mnemonicusage
english (derfault wordlist)
import Mnemonic from '@leofcoin/mnemonic'
const mnemonic = new Mnemonic()
mnemonic.generate()custom wordlist
import Mnemonic from '@leofcoin/mnemonic'
import words from './words.js'
const mnemonic = new Mnemonic(words)
mnemonic.generate()wallet seed
import Mnemonic from '@leofcoin/mnemonic'
const mnemonic = new Mnemonic()
const phrase = mnemonic.generate()
mnemonic.seedFromMnemonic(phrase)1.0.32
1 year ago
1.0.31
1 year ago
1.0.29
2 years ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.28
2 years ago
1.0.27
2 years ago
1.0.20
2 years ago
1.0.25
2 years ago
1.0.24
2 years ago
1.0.13
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.12
2 years ago
1.0.9
2 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.0
4 years ago