This is the monorepo for the TypeScript version of Hyper Hyper Space, version 3.0 (roadmap)
It is organized as a collection of modules. This is WIP, the following modules have been published:
modules/crypto
Cryptographic primitives for hashing, encoding, randomnessmodules/json
JSON module for content-based addressing data structuresmodules/dag
A DAG-based append-only log with fast fork/merge operationsmodules/util
Collection of helper utilities used across HHS v3.0
To build the system, run
npm install
npm run build