No description
Find a file
2025-03-26 19:27:33 +01:00
.vscode Initial Version (Working relay implementing basic functionality) 2025-02-07 13:22:49 +01:00
migrations ✂️ Implement message chunking mechanism for NIP-44 size limit compliance 2025-03-24 20:14:52 +01:00
utils 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +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
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 ✂️ Implement message chunking mechanism for NIP-44 size limit compliance 2025-03-24 20:14:52 +01:00
index.ts make sure migrations always run from 0 to n 2025-03-26 19:27:33 +01:00
LICENSE License Under AGPLv3 2025-02-20 21:22:40 +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 🔄 Synchronize Biome linting rules between relay and frontend 2025-03-24 19:23:22 +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