No description
Find a file
2025-04-23 18:13:29 +02:00
.vscode Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
migrations CCN invitation and write permissions to CCN 2025-04-23 18:13:29 +02:00
public Feat: Implement support for multiple CCNs 2025-04-11 22:12:37 +02:00
utils CCN invitation and write permissions to CCN 2025-04-23 18:13:29 +02: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
biome.json 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
consts.ts ✂️ Implement message chunking mechanism for NIP-44 size limit compliance 2025-03-24 20:14:52 +01:00
deno.json 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
deno.lock 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +01:00
eventEncryptionDecryption.ts CCN invitation and write permissions to CCN 2025-04-23 18:13:29 +02:00
index.ts CCN invitation and write permissions to CCN 2025-04-23 18:13:29 +02:00
LICENSE License Under AGPLv3 2025-02-20 21:22:40 +01:00
Makefile Feat: Implement support for multiple CCNs 2025-04-11 22:12:37 +02: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 CCN invitation and write permissions to CCN 2025-04-23 18:13:29 +02: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