1.0.13 • Published 26 days ago

@leofcoin/mnemonic v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
26 days ago

@leofcoin/mnemonic

bip39 mnemonic

install

npm i -S @leofcoin/mnemonic

usage

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.13

26 days ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.12

3 months ago

1.0.9

3 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

2 years ago