Crates.io | ekt |
lib.rs | ekt |
version | 0.1.4 |
source | src |
created_at | 2023-04-15 16:21:19.366947 |
updated_at | 2023-04-16 18:15:13.819735 |
description | Lightweight tool to generate ethereum keys and addresses. |
homepage | https://github.com/makemake-kbo/ekt |
repository | https://github.com/makemake-kbo/ekt |
max_upload_size | |
id | 840028 |
size | 133,623 |
ekt
is a lightweight tool to generate ethereum keys and addresses.
Either clone it and run it with cargo or install it with cargo install:
cargo install ekt
_____ _ _______
| ___| | / /_ _|
| |__ | |/ / | |
| __|| \ | |
| |___| |\ \ | |
\____/\_| \_/ \_/
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