Skip to content

joshuuuasu/ethereum-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Wallet Client

The ethereum wallet client provides the following functionality:

  1. Create a new wallet address (public address and private key for signing transactions)
  2. See user’s total eth balance
  3. Send eth to another wallet address

Installation

pip install -r requirements. txt 

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages