From f195264b10917cfaf682fd99a65dcdcd24e8599c Mon Sep 17 00:00:00 2001 From: Danny Morabito Date: Mon, 10 Mar 2025 20:16:19 +0100 Subject: [PATCH] improve readme --- Readme.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 3a9a077..454eaf4 100644 --- a/Readme.md +++ b/Readme.md @@ -49,7 +49,7 @@ Check out the [Relay repo](https://git.arx-ccn.com/Arx/Eve-Relay) for MLS implem EVE provides building blocks for digital sovereignty, which we call Arxlets: -### Core Modules +### Core Arxlets - [x] **Phora**: Threaded discussions and knowledge sharing - [ ] **Nexus**: Central community hub @@ -68,8 +68,8 @@ EVE provides building blocks for digital sovereignty, which we call Arxlets: EVE's reputation system creates accountability through cryptographic trust bonds between members: - When you invite someone, your reputations become linked -- **Positive contributions** benefit both parties (with diminishing returns for inviters) -- **Negative actions** penalize both parties (with amplified consequences for inviters) +- **Positive contributions** benefit both parties +- **Negative actions** penalize both parties - This creates natural incentives for careful vouching and community quality Communities can customize these parameters to match their specific governance needs. @@ -77,7 +77,19 @@ Communities can customize these parameters to match their specific governance ne ## Getting Started ```bash +# Clone the Eve-Relay repo +git clone https://git.arx-ccn.com/Arx/Eve-Relay Relay + +# Navigate into the Relay directory +cd Relay + +# start the dev relay +deno task dev # keep this open, perhaps in a separate terminal + +# Clone the Eve frontend repo git clone https://git.arx-ccn.com/Arx/Eve + +# Navigate to the Eve frontend directory cd Eve bun install