Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.79 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.79 KB

    everything

Installation

Install packages from root directory. This monorepo uses pnpm workspaces.

pnpm i

Development

pnpm run dev

This will open the gateway at localhost:3000 and uses near social local viewer to hot reload widgets at localhost:3005.

Structure

React App that handles navigation, login, and uses the VM to render widgets. Mostly derrived from Mostly derived from near-discovery

NearSocial/VM ~ Library that acts like a compiler for text files stored on blockchain. Mostly derived from original with custom keywords "Type" and "Masonry".

Everything - main page

Everything.Things - Masonry of things

Everything.Create.Thing - "the backend" of a thing's creator app via near social bridge

Everything.Summary.Thing - wrapper for a type's summary widget

Everything.View.Thing - wrapper for a type's view widget

GraphQL mesh used for accessing and creating off-chain data.