Creole
White Paper Git Repo
1. Background
2. Introduction
3. Design
4. Network Topology
5. Applications

1. Background

Building a successful social app is a complex process of iterating fast over different ‘user interaction’ patterns. These interaction patterns define the app, which makes them unique. But these apps also share many building blocks. Reusing these building blocks can accelerate these iterations.
Nikita Bier Tweet A new breed of social apps are emerging around the social utility of a network, which got lost in the age of “social media”. A common trait of these apps is going beyond monetisation - via data hoarding - by providing users control of their data.

Users controlling their data, shorten the time-to-market by reducing the cold-start issue of building critical mass of friends/ followers as the users themselves carry their social graph across apps. This user-control of data also protects app builders from impediments of success such as data compliance requirements for PII (Personally Identifiable Information).

2. Introduction

DCN (Decentralised Contact Network) is a peer-to-peer network, on which each participant gets a ‘Personal Information Store’ through which their ‘agents’ can exchange contact information via handshakes such as ‘join, ‘follow’, etc. DCN provides seamless people search to the participants across the network and also provides a low-code stack to developers for building user-centric social utility apps.

3. Design

The fundamental unit of DCN is Account, whose actions are executed through their Agents. Each device of an Account is represented on the network as an Agent.

Profile, Contacts, Groups, Graphs, Calendar, Credentials and Notes

The network can be visualised as three layers, with distinct capabilities and responsibilities, namely: Architeure Diagram

3.1 Account-FS

User-Controlled Identity, Account & Storage Layer

Account-fs is a user-controlled account system with a personal information store that is portable across apps and and also syncs across devices. It is local-first so “You own your data, in spite of the cloud”.

All the data is encrypted at rest and on wire, ensuring privacy in an open network. Users can selectively provide data access to different apps.

Account-fs is built on content-addressed data storage. It uses WNFS for providing an encrypted filesystem with locally running Helia nodes. These nodes are synced with the Hubs by the agents.

The data is “encrypted at rest” with AES-GCM cipher suite. The encryption keys are stored locally with the agent. Hubs always store the encrypted data, which can only be decrypted with keys that are owned by the agent.

3.2 Handshakes

Communication & Data Exchange Layer

The agents can perform handshakes for accounts, through an E2EE messaging channel. Handshakes are used to acquire connections and contacts and share user personal information from account-fs with other users and apps. The network currently supports Join, Relate, Invite & Link handshakes

Each handshake establishes session layer security by exchanging symmetric keys before transferring data.

3.3 People Search API

Search and Recommendation Layer

People Search API are the APIs for finding accounts on the network or finding similarities between two accounts for matchmaking and recommendation.

These are utilized by the app builders for features such as

4. Network Topology

Network consists of agents and hubs with different capabilities, runtime environment and roles.

  1. Hub is the full node of DCN, which is responsible for
    • Being the data sync layer for all the accounts of the network
    • Naming registry for the accounts
  2. Agents run in a hybrid runtime environment such as a web browser or a virtual machine in cloud.
    1. Browser Agent (Runs in the client browser)
      • local-first capabilities, storing and retrieving account’s owned data locally & syncing data with the hubs periodically through libp2p based channel
      • communication capabilities for user<>user and user<>app handshakes & messaging
    2. App Agent (Run on application server)
      • communication capabilities for user<>app handshakes & messaging

User-Level Network Each of these agents and hub runs an embedded Helia node to store data and make connections with each other.

5. Applications

A variety of social utility applications can be built using DCN:

Let your imagination fly, and tell us on our Discord


Powers 🚀 Rolo/dex
Made with ❤ by Shovel.Company