Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salmandabbakuti/python-dapp

web3.py based dapp
https://github.com/salmandabbakuti/python-dapp

blockchain dapp ethereum gochain infura python python-dapp solidity web3py

Last synced: 5 days ago
JSON representation

web3.py based dapp

Awesome Lists containing this project

README

        

# 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=
```

3. Install dependencies and run app:

```bash
pip install -r requirements.txt

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

```