From 22f9838bd386b95603bea90bb380a959440d5454 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 30 May 2023 16:43:33 +0200 Subject: [PATCH] docs: still shuffling --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4f67d51..b2124c7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ connectivity in the following scenarios: * Use of the [Tor transport](https://github.com/berty/go-libp2p-tor-transport). * Use of public IPFS relay & DHT. -## Assumptions +## Goals I am exploring the possibility of creating network conditions which resemble those of the [Scuttleverse](https://www.scuttlebutt.nz/). Peers are already @@ -37,11 +37,10 @@ Since `libp2p` was built within the context of a global connectivity mindset, I am exploring how local-first and "private" connectivity works between a small group of friends. -## Goals - -Simple and well documented example programs. - -Show possiblities for using overlay networks from the start. +Following the inspiration of [`cwtch.im`](https://cwtch.im/), I am interested +in showing how we can start to make use of overlay networks (Tor, I2P) in our +p2p programs. In my experience, it's always a think that "could potentiall +work" but maybe we're ready for "it works out of the box"? ## Links