Skip to content

kvbik/web3django

Repository files navigation

web3.py example app for eth payments in django

In this repository, we take a Django Web Framework project. We create an application with two models (data stored in a database).

class Order(models.Model):
    ...

class Payment(models.Model):
    ...

Use a django built-in admin frontend. And add little bit of web3.py flavour to interface with Ethereum blockchain.

install

python -m venv PY
source PY/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

more

About

example web3 payment app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages