Skip to content

zeriontech/workshop2022

Repository files navigation

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