{"id":18771318,"url":"https://github.com/blockscout/chainscout","last_synced_at":"2025-04-13T07:32:24.501Z","repository":{"id":255159802,"uuid":"835758154","full_name":"blockscout/chainscout","owner":"blockscout","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T09:52:12.000Z","size":2198,"stargazers_count":24,"open_issues_count":7,"forks_count":47,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-05T07:11:29.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blockscout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-30T13:26:04.000Z","updated_at":"2025-04-03T22:30:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"257b3657-7ecc-434b-b883-71ca170356fa","html_url":"https://github.com/blockscout/chainscout","commit_stats":null,"previous_names":["blockscout/chainscout"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockscout%2Fchainscout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockscout%2Fchainscout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockscout%2Fchainscout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockscout%2Fchainscout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blockscout","download_url":"https://codeload.github.com/blockscout/chainscout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248677873,"owners_count":21144194,"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","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":"2024-11-07T19:24:16.205Z","updated_at":"2025-04-13T07:32:24.438Z","avatar_url":"https://github.com/blockscout.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Chainscout\n\nChainscout is an explorer for Blockscout instances, allowing users to easily search and filter through various blockchain networks and projects using Blockscout.\n\n## Table of Contents\n\n- [Chainscout](#chainscout)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n    - [Adding a New Chain](#adding-a-new-chain)\n    - [Adding an Explorer to an Existing Chain](#adding-an-explorer-to-an-existing-chain)\n\n## Features\n\n- Search functionality for chains and projects\n- Filtering by hosting provider, network type, and ecosystem\n- Responsive design for various screen sizes\n- Pagination for easy navigation through results\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/blockscout/chainscout.git\n```\n2. Navigate to the project directory:\n```bash\ncd chainscout\n```\n3. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Usage\n\nUse the search bar to find specific chains or projects. Apply filters to narrow down results based on hosting provider, network type, or ecosystem.\n\n## Contributing\n\nWe welcome contributions to Chainscout! Here's how you can help:\n\n### Adding a New Chain\n\n1. Fork the repository and create a new branch for your addition.\n2. Open the file `data/chains.json`.\n3. Add a new entry for the chain, following the existing format:\n```json\n\"chainId\": {\n  \"name\": \"Chain Name\",\n  \"description\": \"Brief description of the chain\",\n  \"ecosystem\": [\"Associated ecosystem (e.g., Ethereum, Polkadot)\"],\n  \"isTestnet\": false,\n  \"layer\": 1,\n  \"rollupType\": null,\n  \"website\": \"https://chain-website.com\",\n  \"explorers\": [\n    {\n      \"url\": \"https://explorer-url.com\",\n      \"hostedBy\": \"blockscout\"\n    }\n  ],\n  \"logo\": \"https://example.com/path/to/logo.png\"\n}\n```\n4. Create a pull request with your changes.\n\n### Adding an Explorer to an Existing Chain\n\n1. Fork the repository and create a new branch for your addition.\n2. Open the file data/chains.json.\n3. Find the entry for the chain you want to update.\n4. Add a new object to the explorers array:\n```json\n\"explorers\": [\n  {\n    \"url\": \"https://new-explorer-url.com\",\n    \"hostedBy\": \"hosting-provider\"\n  }\n]\n```\n5. Create a pull request with your changes.\n\nPlease ensure your contributions adhere to our coding standards and include appropriate documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockscout%2Fchainscout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockscout%2Fchainscout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockscout%2Fchainscout/lists"}