Tok1t4N1k0 / orbis-group-example

Open-sourced version of Orbis groups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: Orbis SDK

This example is built using the Orbis SDK that developers can use to created decentralized and composable social applications / features very easily. The SDK documentation can be accessed here.

We encourage you to fork this repository and start building on top of the Orbis SDK! You can also use this project to embed your own community discussion layer on your own website instead of relying on centralized alternatives.

To do so, simply update the GROUP_ID value in the app.js file to load your own group instead. Group creation isn't available in this project for now, if you want to create a new group you can do so using the orbis.club app or update this repository to support the createGroup function from the SDK.

Example: This repository is a replica of the experience that you can have on any Orbis group such as the official Orbis Community group.

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Open-sourced version of Orbis groups.


Languages

Language:JavaScript 69.3%Language:CSS 30.7%