Gizmotronn / comments

A PostgreSQL-based forum for communicating between off-chain & on-chain accounts, in the form of blog post comments.

Home Page:https://talk.skinetics.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A web3 application that enables users to comment on their own NFTs

Setup

git clone https://github.com/gizmotronn/comments

yarn yarn dev

Handling database migrations

Whenever the ...original-ddl.sql migration is updated, make sure to update the database types by running the following command:

npx supabase gen types typescript --local > src/database.types.ts

Make sure to edit any 'path: unknown' fields with path: string.

Future releases

Collaborators

Members of Signal Kinetics can access the documentation

Email me to find out more about Signal Kinetics

About

A PostgreSQL-based forum for communicating between off-chain & on-chain accounts, in the form of blog post comments.

https://talk.skinetics.tech


Languages

Language:TypeScript 57.7%Language:CSS 33.3%Language:PLpgSQL 8.3%Language:JavaScript 0.4%Language:HTML 0.3%