improve readme

This commit is contained in:
Danny Morabito 2025-03-10 20:16:19 +01:00
parent 18e4ad7629
commit f195264b10
Signed by: dannym
GPG key ID: 7CC8056A5A04557E

View file

@ -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