Skip to content

jessmartin/noosphere-simulator

Repository files navigation

Noosphere Simulator

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!

Play with it!

image

Give it a try yourself at noosphere-sim.netlify.app.

Livestreams

image

You can watch livestreams of me building this:

Goals

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

Running it

npm run dev

Building

To create a production build of the app:

npm run build

You can preview the production build with npm run preview.

About

Simulator of a Noosphere environment, for learning purposes.

Resources

Stars

Watchers

Forks