February 2019
Intermediate to advanced
450 pages
9h 59m
English
It's time to build the frontend of our smart contract. Previously, in Chapter 7, Frontend Decentralized Application, and Chapter 9, Cryptocurrency Wallet, we have created a desktop application using Qt for Python or the Pyside2 library. This time we are going to build a web application using the Django library:
(videos-venv) $ pip install Django
(videos-venv) $ pip install opencv-python
(videos-venv) $ django-admin startproject decentralized_videos
Read now
Unlock full access