Skip to content
/ bip39 Public

Command line tool to create a BIP39 seed phrase from a phrase or file

Notifications You must be signed in to change notification settings

city028/bip39

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line tool to create a BIP39 seed phrase from a phrase or file

Hello there,

This is my first attempt of coding in Rust.

This small commandline programme takes the following inputs:

--ip '<phrase>'
--if '<filename>'
--help

With one of the two inputs, it creates a 24 word BIP39 seed phrase, either from a phrase or a file, which can be used to create a wallet.

Let me know if you have any feedback, happy to learn from my mistakes.

Best regards,

City028

About

Command line tool to create a BIP39 seed phrase from a phrase or file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages