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:
```
_ _
| | | / /_ |
| | | |/ / | |
| || \ | |
| || |\ \ | |
__/_| _/ _/
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 ```