5 releases
0.1.4 | Apr 16, 2023 |
---|---|
0.1.3 | Apr 16, 2023 |
0.1.2 | Apr 15, 2023 |
0.1.1 | Apr 15, 2023 |
0.1.0 | Apr 15, 2023 |
#15 in #random-key
39KB
124 lines
ekt - Etherum Key Tool
ekt
is a lightweight tool to generate ethereum keys and addresses.
Installation
Either clone it and run it with cargo or install it with cargo install:
cargo install ekt
Usage
_____ _ _______
| ___| | / /_ _|
| |__ | |/ / | |
| __|| \ | |
| |___| |\ \ | |
\____/\_| \_/ \_/
ekt - Ethereum key tool
Usage:
-h Display help message
-r *key amount* Generate a specific amount of random keys, default 1
-t *key* Validate a private key, and get public key
-v *thread count* *beginning* Generate vanity address
Example:
ekt -v 8 dead
- Generates an address starting with dead using 8 threads
Dependencies
~28–44MB
~828K SLoC