Salmandabbakuti / python-dapp

web3.py based dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

web3.py based dapp

License:MIT License


Languages

Language:Python 45.7%Language:CSS 25.9%Language:HTML 18.4%Language:Solidity 8.9%Language:Shell 1.1%