Skip to content

Commit 387ddd2

Browse files
authored
Update README.md
1 parent 3387ab3 commit 387ddd2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# ethxGen
22
Ethereum Private Key and Address wallet Generated With Python
3+
4+
## Ethereum wallet Private Key and address generated.
5+
6+
first install :
7+
8+
9+
for linux Ubuntu :
10+
11+
```
12+
13+
pip install python3-pip
14+
```
15+
python Pack:
16+
```
17+
pip3 install ecdsa
18+
pip3 install eth-keys
19+
pip3 install ethereum
20+
pip3 install pysha3
21+
````
22+
23+
Follow This site > https://mmdrza.com

0 commit comments

Comments
 (0)