Skip to content

nazarkhatsko/crypto-wallet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Wallet Generator

For build

cargo build

For formating code

cargo fmt

Commands

  • blockchain - enum with Bitcoin, Ethereum (required)
  • mnemonic - generate keys based on mnemonic (option)
  • file - generate keys based on file (option)
  • output - file name with wallet in JSON format (option)

Example

./target/debug/crypto-wallet-generator --blockchain bitcoin