chain_cli 1.0.0 copy "chain_cli: ^1.0.0" to clipboard
chain_cli: ^1.0.0 copied to clipboard

Used to manage and generate seed pharse

Chain Manager CLI #

This is a command-line interface (CLI) tool written in Dart that helps you create, manage seed phrase, and interact with blockchain and cryptocurrency wallets.

Features #

  • Create Seed Phrase: Generate a new mnemonic seed phrase.
  • Manage Seed Phrase: Store and manage your mnemonic seed phrases securely.
  • Manage Wallet Addresses: Add, remove, and label wallet addresses for easy reference.
  • Send Crypto: Send cryptocurrency from your wallet to another address.
  • And More: Explore additional features to manage your cryptocurrency assets efficiently.

Install the chain package from Pub: #

$ pub global activate chain

Install this project as a global package: #

$ pub global activate --source path . # current directory
$ pub global activate --source path ./path/to/projectDir # specify project path

Uninstall this project #

$ pub global deactivate chain

Commands #

Generate Seed Phrase #

To generate a new mnemonic seed phrase, use the following command:

$ chain generate

This command will output a new mnemonic seed phrase that can be used to generate a wallet.

Verify Seed Phrase #

To verify if a seed phrase is correct, use the following command:

$ chain verify --seed="<seed_phrase>"

Replace <seed_phrase> with the seed phrase you want to verify. If the seed phrase is correct, it will output "Your seed phrase is correct"; otherwise, it will output "Incorrect seed phrase".

Send Crypto #

Coming soon

$ chain send --amount 

Check Wallet Balance #

Coming soon

$ chain send --balance="<wallet_address>" 

Help #

if you are stuck you can run this command any time to find your way

$ chain help

Contributing #

If you would like to contribute to this project, feel free to fork the repository and submit a pull request. Your contributions are welcome!

4
likes
120
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Used to manage and generate seed pharse

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

args, bip39, dcli

More

Packages that depend on chain_cli