This repository contains a demo application for a definition 2022 workshop.
It implements simple API for a twitter-like application by using web3 approaches.
- Install
poetry: https://python-poetry.org/docs/ - Install dependencies by using
$ poetry install - Run background service:
$ workshop2022 run-background - Run API service:
$ workshop2022 run-api