2 releases
new 0.1.1 | Jan 27, 2025 |
---|---|
0.1.0 | Jan 27, 2025 |
#400 in Magic Beans
83 downloads per month
21KB
401 lines
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.
Dependencies
~18–30MB
~420K SLoC