improve readme
This commit is contained in:
parent
18e4ad7629
commit
f195264b10
1 changed files with 15 additions and 3 deletions
18
Readme.md
18
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
|
||||
|
|
Loading…
Add table
Reference in a new issue