| Crates.io | crypto-key-tool |
| lib.rs | crypto-key-tool |
| version | 0.2.3 |
| created_at | 2024-11-05 21:46:36.089995+00 |
| updated_at | 2024-11-06 01:33:19.885743+00 |
| description | A tool for interacting with bitcoin keys and addresses |
| homepage | |
| repository | https://github.com/nullren/crypto-key-tool |
| max_upload_size | |
| id | 1437191 |
| size | 27,240 |
This is a simple CLI to verify Bitcoin keys and their addresses.
Usage: crypto-key-tool [OPTIONS] --private-key <PRIVATE_KEY>
Options:
-p, --private-key <PRIVATE_KEY> The private key to parse must be in either mini private key format, WIF, or a raw key in hex
-c, --compressed Whether the public key is compressed or not
-n, --network <NETWORK> Which network to generate public address for [default: mainnet] [possible values: mainnet, testnet]
-h, --help Print help
Why would I want this? Well, a few reasons:
Are they good reasons? Maybe not. It's not the most important piece of software.
Install from crates.io, https://crates.io/crates/crypto-key-tool
cargo install crypto-key-tool