The ethereum wallet client provides the following functionality:
- Create a new wallet address (public address and private key for signing transactions)
- See user’s total eth balance
- Send eth to another wallet address
pip install -r requirements. txt
Note: Enter your password when prompt.
Create an account:
python3 main.py create-account
Check account balance:
python3 main.py check-balance
Send ethers:
python3 main.py send-ether ETHER_AMOUNT TO_ADDRESS
For help information:
python3 main.py --help