An in-browser simulator for Noosphere, a massively-multiplayer knowledge graph protocol by @gordonbrander and @0xcda7a.
This is a "build in order to learn" project. Maybe one day it grows up to be an interactive explainer for how Noosphere works, but right now it's merely to aid my own understanding. Caveat emptor!
Give it a try yourself at noosphere-sim.netlify.app.
You can watch livestreams of me building this:
My goal is to learn about the major technologies underpinning Noosphere by building a facsimile of each in a working simulation in the browser.
- Content Addressing - CIDs
- IPFS
- IPLD
- UCANs
- Pet names and public keys
npm run dev
To create a production build of the app:
npm run build
You can preview the production build with npm run preview
.