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.
- 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.
$ dart pub global activate chain_cli
$ dart pub global activate --source path . # current directory
$ dart pub global activate --source path ./path/to/projectDir # specify project path
$ dart pub global deactivate chain_cli
To generate a new mnemonic seed phrase, use the following command:
$ chain_cli generate
This command will output a new mnemonic seed phrase that can be used to generate a wallet.
To verify if a seed phrase is correct, use the following command:
$ chain_cli 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".
Coming soon
$ chain_cli send --amount
Coming soon
$ chain_cli send --balance="<wallet_address>"
if you are stuck you can run this command any time to find your way
$ chain_cli help
If you would like to contribute to this project, feel free to fork the repository and submit a pull request. Your contributions are welcome!