Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 405 Bytes

workshop2022

This repository contains a demo application for a definition 2022 workshop.

It implements simple API for a twitter-like application by using web3 approaches.

How to Run

  1. Install poetry: https://python-poetry.org/docs/
  2. Install dependencies by using $ poetry install
  3. Run background service: $ workshop2022 run-background
  4. Run API service: $ workshop2022 run-api