https://github.com/pymmdrza/ethereumprv
Attention! Please take some time to understand this for your ethereium safety. Your ethereum private key can be found by hacker! You and only you are responsible for your security.
https://github.com/pymmdrza/ethereumprv
ethereum python3
Last synced: about 1 year ago
JSON representation
Attention! Please take some time to understand this for your ethereium safety. Your ethereum private key can be found by hacker! You and only you are responsible for your security.
- Host: GitHub
- URL: https://github.com/pymmdrza/ethereumprv
- Owner: Pymmdrza
- Created: 2022-01-01T01:46:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T01:54:38.000Z (over 4 years ago)
- Last Synced: 2025-03-24T13:11:22.595Z (about 1 year ago)
- Topics: ethereum, python3
- Language: Python
- Homepage: https://mmdrza.com
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EthereumPRV
Attention! Please take some time to understand this for your ethereium safety. Your ethereum private key can be found by hacker! You and only you are responsible for your security.
## Installation of modules (terminal)
`$ sudo apt-get update`
`$ sudo apt install python3-pip`
`$ sudo pip3 install pysha3`
`$ sudo pip3 install eth-keys`
`$ sudo pip3 install ethereum`
`$ sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev`
`$ git clone https://github.com/ethereum/py-evm`
`$ cd py-evm`
`$ sudo python3 setup.py install`
`$ sudo pip3 install ethereum`