Skip to content

anagh9/python-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Dapp

web3.py based dapp

Steps:

  1. Deploy your contract on your preferred network(update RPC_URL accordingly) and get the contract address.

  2. Create .env file in the root directory with below parameters:

PRIVATE_KEY=
RPC_URL=
CONTRACT_ADDRESS=
  1. Install dependencies and run app:
pip install -r requirements.txt

python app.py # open http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published