bitcli

Crates.iobitcli
lib.rsbitcli
version0.1.1
created_at2025-01-27 17:37:46.638819+00
updated_at2025-01-27 17:41:52.251787+00
descriptionA simple CLI-based Bitcoin wallet written in Rust to handle all the basic Bitcoin operations.
homepage
repositoryhttps://github.com/ManiReddyt/bitcli
max_upload_size
id1532639
size71,958
Mani (ManiReddyt)

documentation

README

bitcli

A simple CLI-based Bitcoin wallet written in Rust to handle all the basic Bitcoin operations.

Installation

cargo install bitcli

Usage

Once built, you can use the bitcli tool to interact with your Bitcoin wallet. Here are the available commands:

bitcli create
bitcli mnemonic <mnemonic>
bitcli balance
bitcli address
bitcli send <address> <amount>
bitcli network
bitcli reset
bitcli help
wip -- bitcli history

Contributing

Contributions are always welcome! You’ll learn and help me learn as well. Feel free to jump in and make improvements!

License

This project is open-sourced under the MIT License - see the LICENSE file for details.

Commit count: 6

cargo fmt