1.0.7 • Published 10 months ago

@codegame.dev/wallet-cli v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

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.

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago