No description
Find a file
2025-03-11 20:50:33 +01:00
.vscode Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
migrations Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
utils handle macos more gracefully 2025-02-24 23:00:23 +01:00
.editorconfig Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
.gitignore Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
consts.ts pow all notes 2025-02-22 14:30:46 +01:00
deno.json MLS implementation 2025-03-11 20:50:33 +01:00
deno.lock MLS implementation 2025-03-11 20:50:33 +01:00
index.ts MLS implementation 2025-03-11 20:50:33 +01:00
LICENSE License Under AGPLv3 2025-02-20 21:22:40 +01:00
mls.ts MLS implementation 2025-03-11 20:50:33 +01:00
Readme.md add Readme 2025-03-10 20:21:44 +01:00
tsconfig.json Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
utils.ts MLS implementation 2025-03-11 20:50:33 +01:00

EVE Relay

⚠️ ALPHA STAGE DISCLAIMER: EVE is currently in early alpha development. Many features described here are still in development or planned for future releases. The platform is rapidly evolving, and you may encounter bugs, incomplete functionality, or significant changes between versions. We welcome early adopters and contributors who share our vision, but please be aware of the platform's developmental status.

Requirements

  • Deno v2.2.1 or higher
    curl -fsSL https://deno.land/install.sh | sh
    

Getting Started

# 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