Skip to content

Sample app showing how to use Polybase as a database for a web3 app.

Notifications You must be signed in to change notification settings

polybase/social

Repository files navigation

Social by Polybase

A simple social media demo for Polybase (the decentralized database).

Links

📖 Documentation

🥽 Explorer

👾 Discord

🐦 Twitter

Get Started

Load the database schema into Polybase:

yarn env yarn load

Then start the application:

yarn install
yarn start