{"id":48070036,"url":"https://github.com/warengonzaga/is-it-relay","last_synced_at":"2026-04-04T14:40:54.974Z","repository":{"id":335232326,"uuid":"1144844143","full_name":"warengonzaga/is-it-relay","owner":"warengonzaga","description":"Detect if a wallet address is part of Relay Protocol infrastructure","archived":false,"fork":false,"pushed_at":"2026-02-18T12:33:00.000Z","size":117,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T16:53:16.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://waren.build/is-it-relay/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warengonzaga.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-29T05:35:17.000Z","updated_at":"2026-02-04T01:49:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/warengonzaga/is-it-relay","commit_stats":null,"previous_names":["warengonzaga/is-it-relay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/warengonzaga/is-it-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fis-it-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fis-it-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fis-it-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fis-it-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warengonzaga","download_url":"https://codeload.github.com/warengonzaga/is-it-relay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fis-it-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-04T14:40:46.683Z","updated_at":"2026-04-04T14:40:54.968Z","avatar_url":"https://github.com/warengonzaga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is It Relay?\n\nA web app to detect if an address is part of [Relay Protocol](https://relay.link) infrastructure. Checks solver addresses, depository contracts, and protocol contracts across all supported chains.\n\n[![Deploy to GitHub Pages](https://github.com/warengonzaga/is-it-relay/actions/workflows/deploy.yml/badge.svg)](https://github.com/warengonzaga/is-it-relay/actions/workflows/deploy.yml)\n\n## Features\n\n- **Address Detection** — Identifies solver addresses, depository contracts, and protocol contracts (multicall, routers, receivers, etc.) from the Relay Protocol API.\n- **Batch Processing** — Check multiple addresses at once by pasting comma, newline, or space-separated lists.\n- **Multi-chain Support** — Scans across all chains returned by the `/chains` endpoint.\n- **EVM, SVM \u0026 BTC** — Supports EVM (`0x...`), Solana (base58), and Bitcoin (Legacy, SegWit, Taproot) addresses.\n- **Detection Summary** — Shows match type (solver, depository, contract) with per-chain breakdown.\n- **Collapsible Chain Lists** — Matches grouped by type with expandable details.\n- **Block Explorer Links** — Direct links to view the address on each chain's explorer.\n- **Shareable URLs** — Results are linkable via `?address=` query parameter.\n- **Privacy Toggle** — Address visibility toggle with truncated display by default.\n- **Pixel Avatars** — Unique pixel-based avatars generated per address.\n\n## Tech Stack\n\n- [React 19](https://react.dev/) with [TypeScript](https://www.typescriptlang.org/)\n- [Vite 7](https://vite.dev/)\n- [Tailwind CSS 3](https://tailwindcss.com/)\n- [Axios](https://axios-http.com/)\n- [Boring Avatars](https://boringavatars.com/)\n- [Lucide React](https://lucide.dev/)\n- [Relay API](https://api.relay.link)\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) v18+\n- [pnpm](https://pnpm.io/)\n\n### Installation\n\n```bash\ngit clone https://github.com/warengonzaga/is-it-relay.git\ncd is-it-relay\npnpm install\n```\n\n### Development\n\n```bash\npnpm dev\n```\n\n### Build\n\n```bash\npnpm build\n```\n\n### Preview\n\n```bash\npnpm preview\n```\n\n## How It Works\n\n1. User enters one or multiple EVM, Solana, or Bitcoin addresses (comma, newline, or space-separated).\n2. The app fetches all chains from `https://api.relay.link/chains`.\n3. For each chain, it checks:\n   - `solverAddresses[]` — solver addresses\n   - `protocol.v2.depository` — v2 depository contract address\n   - `contracts.*` — protocol contracts (multicall3, erc20Router, relayReceiver, etc.)\n4. Matching uses case-insensitive comparison for EVM and exact match for SVM/BTC (base58/bech32 is case-sensitive).\n5. Results display the match type, matched chains, and explorer links.\n6. For batch processing, results are organized by Relay and Non-Relay addresses with summary statistics.\n\n## Project Structure\n\n```\nsrc/\n├── components/\n│   ├── ui/              # Reusable UI primitives (Button, Card, Input, Textarea)\n│   ├── AddressInput.tsx  # Address input form with validation\n│   ├── DetectionResult.tsx # Result display with chain details\n│   ├── BatchDetectionResult.tsx # Batch results display with summary\n│   ├── Footer.tsx        # Footer with repo links\n│   └── IsItRelayLogo.tsx # Custom logo component\n├── services/\n│   └── relayApi.ts       # API client and detection logic\n├── types/\n│   └── relay.ts          # TypeScript interfaces\n├── lib/\n│   └── utils.ts          # Utility functions\n├── App.tsx               # Main app component\n├── main.tsx              # Entry point\n└── index.css             # Global styles and theme\n```\n\n## License\n\nGPL-3.0 © [Waren Gonzaga](https://github.com/warengonzaga)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarengonzaga%2Fis-it-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarengonzaga%2Fis-it-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarengonzaga%2Fis-it-relay/lists"}