go build cmd/cli/bip39.go
sudo install -t /usr/local/bin bip39
bip39 generate
--words value Word count (default: 24)
--color value First and last word color highlighting (default: green,blue)
Allowed colors: black, red, green, yellow, blue, magenta, cyan, white
--save value Save to file [yes/no] (default: yes)
File name format: <Argon2idHash>_<TimestampUnixNano>.bip39
--dir value Save file to directory (default: ~/bip39/mnemonics)
bip39 existing
--color value First and last word color highlighting (default: green,blue)
Allowed colors: black, red, green, yellow, blue, magenta, cyan, white
--save value Save to file [yes/no] (default: no)
File name format: <Argon2idHash>_<TimestampUnixNano>.bip39
--dir value Save file to directory (default: ~/bip39/mnemonics)
Thanks to Tyler Smith for providing the implementation of BIP39 in Golang that allowed us to create this tool!
This BIP39 tool is released under the terms of the MIT license.
See LICENSE for more information or see https://opensource.org/licenses/MIT.