{"id":48070037,"url":"https://github.com/warengonzaga/relay-protocol-indexer-app","last_synced_at":"2026-04-04T14:40:55.146Z","repository":{"id":319657193,"uuid":"1073575247","full_name":"warengonzaga/relay-protocol-indexer-app","owner":"warengonzaga","description":"Relay Protocol application for indexing transactions.","archived":false,"fork":false,"pushed_at":"2026-01-30T16:05:09.000Z","size":1604,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T09:34:22.670Z","etag":null,"topics":["app","blockchain","hacktoberfest","relay","relay-protocol","transaction","web3"],"latest_commit_sha":null,"homepage":"http://waren.build/relay-protocol-indexer-app/","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/warengonzaga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":"warengonzaga","buy_me_a_coffee":"warengonzaga"}},"created_at":"2025-10-10T10:03:13.000Z","updated_at":"2026-01-30T16:03:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"de89e1d7-f72f-4203-a15f-1e425ff9ac7f","html_url":"https://github.com/warengonzaga/relay-protocol-indexer-app","commit_stats":null,"previous_names":["warengonzaga/relay-protocol-indexer-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/warengonzaga/relay-protocol-indexer-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Frelay-protocol-indexer-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Frelay-protocol-indexer-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Frelay-protocol-indexer-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Frelay-protocol-indexer-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warengonzaga","download_url":"https://codeload.github.com/warengonzaga/relay-protocol-indexer-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Frelay-protocol-indexer-app/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":["app","blockchain","hacktoberfest","relay","relay-protocol","transaction","web3"],"created_at":"2026-04-04T14:40:47.441Z","updated_at":"2026-04-04T14:40:55.136Z","avatar_url":"https://github.com/warengonzaga.png","language":"TypeScript","funding_links":["https://github.com/sponsors/warengonzaga","https://buymeacoffee.com/warengonzaga"],"categories":[],"sub_categories":[],"readme":"# Relay Protocol Indexer App\n\nA React-based application for indexing and monitoring relay protocol transactions, created with GitHub Spark.\n\n![demo](.github/assets/demo.gif)\n\n## 🌐 Live Demo\n\n🚀 **[View Live Application](https://warengonzaga.github.io/relay-protocol-indexer-app/)**\n\nThe application is automatically deployed to GitHub Pages on every push to the main branch.\n\n## 🚀 Features\n\n- Real-time transaction monitoring\n- Protocol indexing and analysis\n- Interactive dashboard interface\n- Built with modern React and TypeScript\n- Created using GitHub Spark\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React 19, TypeScript\n- **Styling**: Tailwind CSS, Radix UI components\n- **Build Tool**: Vite\n- **Package Manager**: pnpm\n- **Icons**: Phosphor Icons, Heroicons\n- **Deployment**: GitHub Pages with GitHub Actions\n\n## 📋 Prerequisites\n\n- Node.js (version 16 or higher)\n- pnpm (install with `npm install -g pnpm`)\n\n## 🚀 Getting Started\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/warengonzaga/relay-protocol-indexer-app.git\ncd relay-protocol-indexer-app\n\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n```\n\n### Available Scripts\n\n```bash\n# Development server\npnpm dev\n\n# Build for production\npnpm build\n\n# Preview production build\npnpm preview\n\n# Lint code\npnpm lint\n\n# Optimize dependencies\npnpm optimize\n```\n\n## 🌐 Development\n\nThe development server will start at `http://localhost:5000/` by default.\n\n## ⚡ About GitHub Spark\n\nThis application was created using [GitHub Spark](https://github.com/features/spark), a GitHub feature that enables you to build micro web apps with natural language. Key features include:\n\n- **Natural Language Development**: Build apps by describing what you want in plain English\n- **Instant Deployment**: Automatically deployed and shareable micro web apps\n- **Modern Web Stack**: Built with React, TypeScript, and modern tooling\n- **GitHub Integration**: Seamlessly integrated with GitHub's development ecosystem\n\n## 📦 Build\n\nTo create a production build:\n\n```bash\npnpm build\n```\n\nFor GitHub Pages deployment:\n\n```bash\npnpm build:gh-pages\n```\n\nThe built files will be generated in the `dist` directory.\n\n## 🚀 Deployment\n\n### Automatic Deployment\n\nThis project is configured for automatic deployment to GitHub Pages using GitHub Actions. Every push to the `main` branch will trigger a new deployment.\n\n### Manual Deployment\n\nTo deploy manually:\n\n1. Make sure GitHub Pages is enabled in your repository settings\n2. Set the source to \"GitHub Actions\" in Pages settings\n3. Push to the main branch or run the workflow manually\n\n### Local Preview\n\nTo preview the production build locally:\n\n```bash\npnpm preview\n```\n\n```bash\npnpm build\n```\n\nThe built files will be generated in the `dist` directory.\n\n## 🤝 Contributing\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](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarengonzaga%2Frelay-protocol-indexer-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarengonzaga%2Frelay-protocol-indexer-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarengonzaga%2Frelay-protocol-indexer-app/lists"}