Skip to content
James Littlejohn edited this page Oct 19, 2021 · 2 revisions

PeerLink - middleware peer to peer infrastructure

Note the current technical setup of PeerLink is likely to change.

The goal of PeerLink is to route messages between Peer Learning Experiences (UX) and core functionality.

Core Functions

First peer link sets up a secure HTTPS server using a self certified certificate and then a secure socket is established.

Three main library are instantiated:

Hypercore Hypertrie - a peer to peer protocol and key pair database

Library Composer - a utility library to verify and create reference contracts

safeFLow - a novel entity component, datascience compute and ledger protocol

Routing Messages

Socket messages coming in a parsed and then directed to the appropriate library

Clone this wiki locally