diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..20eaadf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +```ini +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true diff --git a/.gitignore b/.gitignore index 4192ea4..ea6d7cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,21 @@ -node_modules -dist -.env +# dependencies +node_modules/ -# macOS system file -.DS_Store +# builds +dist/ +build/ +coverage/ + +# env files +.env +.env.local # logs -*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# editors / OS junk +.DS_Store +.vscode/ +.idea/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9f51c52 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,31 @@ +π€ Contributing to Eremos + +Thanks for considering a contribution to Eremos! + +## π Quick Guide +1. **Fork** the repo on GitHub +2. **Clone** your fork: + ```bash + git clone https://github.com/YOUR-USERNAME/Eremos.git + cd Eremos +3. **Create a branch** for your change: + ```bash + git checkout -b feat/your-change +4. **Make your edits** +5. **Commit & Push** +6. **Open a Pull Request** targeting EremosCore/Eremos:main +--- +## π Local Setup + + npm install + cp .env.example .env.local + npm run dev + +--- +## β PR Checklist +- Clear PR title & description +- Small, focused changes +- Screenshots/diagram if relevant +- No unrelated files in the commit + +Weβre excited to see your contributions π‘ diff --git a/README.md b/README.md index 2cd120f..d67b8e7 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,44 @@ -# Eremos - + # π Eremos  -**Autonomous swarm agents for early on-chain signal detection** - -Eremos is a lightweight framework for deploying modular agents that monitor blockchain activity - tracking wallet clusters, mint patterns, and contract anomalies. -Designed for devs who want low-noise, early signals embedded into their workflows. + + + +[](https://twitter.com/EremosCore) + +> A modular framework for deploying autonomous **swarm agents** that monitor on-chain activity across the Solana ecosystem. +> Built as a **public good**, open-source and extendable. + +## π Table of Contents +1. [Quick Start](#quick-start) +2. [Features](#features) +3. [Architecture](#Architecture) +4. [Example Signal](#Example-Signal) +5. [Meet Theron Agent 000](#Meet-Theron-Agent-000) +6. [Signal Confidence](#Signal-Confidence) +7. [Tech Stack](#Tech-Stack) +8. [Key Folders](#Key-Folders) +9. [Contributing](#Contributing) +10. [License](#License) +11. [Links](#links) --- -
- 
- Theron - Agent (000)
-
+ 
+ Theron - Agent (000)
+