This project contains the demo application for Reddit.
Main features of it is to provide community tokens for users, register new communities and manage subscriptions to these communities.
An architectural overview of the solution and all the involved parties can be found at the workflow spec docs section.
This repository contains the following related but yet independent projects:
- Community Oracle - a bridge between zkSync network and the Reddit platform.
- Service Provider - an application capable of initiating and storing the users' subscriptions.
service-provider.js
- a basic client TypeScript library for the application.
To know how to bootstrap and run the application, see the bootstrapping docs section.
To see the application API description, see the Service Provider API docs section.
Reddit-demo project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.