Skip to content

masim05/play-web3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-web3

Installation

Create virtual environment (required once):

python3 -m venv .venv

Activate virtual environment (required every time a new terminal opened):

source .venv/bin/activate

Install dependencies (required once):

pip install -r requirements.txt

Provide .env file:

cp .env.example .env

RPC server url may be taken at chainlist.

How to run

Connect to the chain and show some params:

python src/chain.py

Show wallet balance:

python src/wallet.py

Show transaction status:

python src/txn.py

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published