A simple CLI-based Bitcoin wallet written in Rust to handle all the basic Bitcoin operations.
cargo install bitcliOnce 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 historyContributions are always welcome! You’ll learn and help me learn as well. Feel free to jump in and make improvements!
This project is open-sourced under the MIT License - see the LICENSE file for details.