#ethereum #openssl #foundry #ethers #random-key #cli

app ekt

Lightweight tool to generate ethereum keys and addresses

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

#2468 in Magic Beans

GPL-3.0-or-later

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

~29–47MB
~862K SLoC