{"id":31811110,"url":"https://github.com/systemvll/deye","last_synced_at":"2025-10-11T06:24:14.323Z","repository":{"id":270634205,"uuid":"910901184","full_name":"SystemVll/deye","owner":"SystemVll","description":"Deye is scam detection framework for EVM based blockchains.","archived":false,"fork":false,"pushed_at":"2025-04-26T01:06:24.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-09T18:45:13.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SystemVll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-01T18:23:51.000Z","updated_at":"2025-09-17T13:16:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"14c91121-f4ea-4398-8896-28cfcb8ffbc0","html_url":"https://github.com/SystemVll/deye","commit_stats":null,"previous_names":["1337-legal/deye","systemvll/deye"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SystemVll/deye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemVll%2Fdeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemVll%2Fdeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemVll%2Fdeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemVll%2Fdeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SystemVll","download_url":"https://codeload.github.com/SystemVll/deye/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemVll%2Fdeye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006442,"owners_count":26084108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-11T06:24:12.520Z","updated_at":"2025-10-11T06:24:14.315Z","avatar_url":"https://github.com/SystemVll.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEYE 👁️ - Scam Detection Framework for EVM Blockchains\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## 🔍 Overview\n\nDEYE is a powerful, real-time scam detection framework for EVM-based blockchains that helps protect users from malicious smart contracts. By monitoring blockchain activity and analyzing new contracts as they're deployed, DEYE identifies potential threats before they can cause harm.\n\n## ✨ Features\n\n-   🔄 Real-time monitoring of contract creation across multiple EVM chains\n-   🧪 Rule-based analysis system to identify suspicious contracts\n-   🚨 Alerts for potential scam contracts based on predefined heuristics\n-   🔗 Support for multiple blockchain endpoints (HTTP/WebSocket)\n-   📊 Detailed logging and reporting of suspicious activity\n\n## 🛠️ How It Works\n\nDEYE listens for new blocks on the blockchain and examines every newly created contract. It applies a set of predefined rules to detect common scam patterns such as:\n\n-   Domain name spoofing\n-   Malicious contract code patterns\n-   Suspicious token configurations\n-   Honeypot contracts\n-   Rug pull indicators\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n-   bun\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/1337-legal/deye.git\ncd deye\n\n# Install dependencies\nbun install\n```\n\n### Configuration\n\nCreate a `.env` file with your blockchain endpoints:\n\n```\nETHEREUM_ENDPOINT=wss://mainnet.infura.io/ws/v3/YOUR_API_KEY\nBSC_ENDPOINT=wss://bsc-ws-node.nariox.org:443\n```\n\n### Usage\n\n```bash\n# Start the detection framework\nbun run start\n```\n\n## 🧩 Architecture\n\nDEYE consists of several core components:\n\n1. **BlockListener**: Monitors blockchain for new contract deployments\n2. **Rule Engine**: Applies detection rules to identify suspicious contracts\n3. **Alert System**: Notifies users about potential threats\n4. **Reporting Module**: Generates detailed reports on identified scams\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## ⚠️ Disclaimer\n\nDEYE is designed as a tool to help identify potentially suspicious smart contracts, but it cannot guarantee identification of all scams. Always conduct your own research before interacting with any smart contract.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemvll%2Fdeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystemvll%2Fdeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemvll%2Fdeye/lists"}