{"id":36627699,"url":"https://github.com/cardano-foundation/cf-explorer-landing","last_synced_at":"2026-01-12T09:33:53.988Z","repository":{"id":253138697,"uuid":"841859822","full_name":"cardano-foundation/cf-explorer-landing","owner":"cardano-foundation","description":"A web application showcasing major Cardano blockchain explorers","archived":false,"fork":false,"pushed_at":"2025-12-11T08:21:08.000Z","size":21872,"stargazers_count":7,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-12T06:28:18.387Z","etag":null,"topics":["blockch","cardano","explorer","landing-page"],"latest_commit_sha":null,"homepage":"https://explorer.cardano.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cardano-foundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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}},"created_at":"2024-08-13T07:28:36.000Z","updated_at":"2025-12-11T08:21:14.000Z","dependencies_parsed_at":"2024-11-20T14:20:52.043Z","dependency_job_id":"32fbb264-ff02-41a7-a191-6b8f7dca76ce","html_url":"https://github.com/cardano-foundation/cf-explorer-landing","commit_stats":null,"previous_names":["cardano-foundation/cf-explorer-landing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cardano-foundation/cf-explorer-landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcf-explorer-landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcf-explorer-landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcf-explorer-landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcf-explorer-landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cardano-foundation","download_url":"https://codeload.github.com/cardano-foundation/cf-explorer-landing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-foundation%2Fcf-explorer-landing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["blockch","cardano","explorer","landing-page"],"created_at":"2026-01-12T09:33:53.916Z","updated_at":"2026-01-12T09:33:53.971Z","avatar_url":"https://github.com/cardano-foundation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cardano Explorer Landing Page\n\nCardano Explorer Landing Page, a simple web application showcasing major Cardano blockchain explorers. Built using React, Vite, and Material UI (MUI), this project provides an elegant interface to explore and access various Cardano blockchain explorers.\n\n## Features\n\n- **Responsive Design**: Optimized for different screen sizes with a flexible grid layout.\n- **Material UI Components**: Utilizes MUI for a sleek and modern UI.\n- **Dynamic Routing**: Captures URL parameters and routes users to specific explorer pages.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Project Structure](#project-structure)\n\n## Deeplinks - How to use them\nThis landing page supports DeepLinks to be able to forward to your favorite explorer.\nDeeplinks are available for the following endpoints:\n- `Epoch` - URL `explorer.cardano.org/epoch?number={EPOCH_NUMBER}` or `explorer.cardano.org/epoch/{EPOCH_NUMBER}`\n- `Block` - URL `explorer.cardano.org/block?id={BLOCK_NUMBER}` or `explorer.cardano.org/block/{BLOCK_NUMBER}`\n- `Transaction` - URL `explorer.cardano.org/transaction?id={TRANSACTION_ID}` or `explorer.cardano.org/transaction/{TRANSACTION_ID}`\n- `Address` - URL `explorer.cardano.org/address?address={ADDRESS}` or `explorer.cardano.org/address/{ADDRESS}`\n- `governance-action` - URL `explorer.cardano.org/governance-action?id={GOVERNANCE_ACTION_ID}` or `explorer.cardano.org/governance-action/{GOVERNANCE_ACTION_ID}`\n\nAdditionally, to the above functions it is possible to specify which network to use. The following networks are supported:\n- `mainnet` - Default network, no need to specify\n- `preprod` - `explorer.cardano.org/?network=preprod` or `explorer.cardano.org/preprod`\n- `preview` - `explorer.cardano.org/?network=preview` or `explorer.cardano.org/preview`\n\nA full example for a transaction would be:\n`explorer.cardano.org/transaction?id=1234567890\u0026network=preprod`\n## Installation\n\nTo set up the project locally, follow these steps:\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/cardano-foundation/cf-explorer-landing.git\n   cd cf-explorer-landing\n\n   ```\n\n2. **Install dependencies:**\n\n   Make sure you have Node.js installed. Then run:\n\n   ```bash\n   npm install\n\n   ```\n\n3. **Start the development server:**\n\n   Make sure you have Node.js installed. Then run:\n\n   ```bash\n   npm run dev\n   ```\n\nOpen your browser and navigate to http://localhost:3000 to view the application.\n\n## Project Structure\n\n    cardano-explorer/\n    | public/\n    |   assets/\n    | src/\n    |   common/\n    |       |── DeepLinkResolver.jsx\n    |   components/\n    │       ├── Header.jsx\n    │       └── Footer.jsx\n    │   App.jsx\n    │   main.jsx\n    │   index.css\n    │ index.html\n    | jsconfig.json\n    | vite.config.js\n    | package.json\n    | README.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardano-foundation%2Fcf-explorer-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcardano-foundation%2Fcf-explorer-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardano-foundation%2Fcf-explorer-landing/lists"}