@codegame.dev/wallet-cli
v1.0.9
Published
This CLI tool helps generate public keys for multiple blockchains from either an existing mnemonic or a newly generated one.
Downloads
15
Readme
Wallet CLI - Multi-Blockchain Public Key Generator
This CLI tool helps generate public keys for multiple blockchains from either an existing mnemonic or a newly generated one.
Install
You can install the @codegame.dev/wallet-cli
globally using npm:
npm install -g @codegame.dev/wallet-cli
Commands:
--create
Generate a new mnemonic for use across multiple blockchains.--mnemonic <mnemonic>
Use an existing mnemonic for generating public keys.--coin <coin>
Specify the coin name based on Trust Wallet Core (e.g., bitcoin, ethereum, etc.).--coin-list
Display a list of all supported cryptocurrencies and blockchain networks.--json
Output the results in JSON format.--help
Show the help page.
This allows you to use the wallet-cli
command from anywhere on your system.
Example Usage:
Generate a new mnemonic:
wallet-cli --create
Use an existing mnemonic for Bitcoin:
wallet-cli --mnemonic "your mnemonic phrase" --coin bitcoin
Show all supported coins:
wallet-cli --coin-list
Acknowledgements
This CLI tool internally uses @trustwallet/wallet-core . Special thanks to the Trust Wallet team for their excellent work on this package.