mnemonics
Version:
create bip39 mnemonics
27 lines (18 loc) • 354 B
Markdown
# mnemonics
Run without installation to create a seed and display it as 12 words bip39 mnemonics:
```
npx mnemonics
```
Installation:
```
npm install -g mnemonics
```
Create a seed and display it as 12 words bip39 mnemonics:
```
mnemonics
```
Output:
```
purpose protect jealous embrace admit material all model anger scheme rotate entry
```