{"id":35780299,"url":"https://github.com/casper-network/casper-blockexplorer-frontend","last_synced_at":"2026-01-07T06:00:43.731Z","repository":{"id":64687076,"uuid":"525873125","full_name":"casper-network/casper-blockexplorer-frontend","owner":"casper-network","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-20T19:38:10.000Z","size":6933,"stargazers_count":3,"open_issues_count":40,"forks_count":1,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2024-04-17T01:47:23.797Z","etag":null,"topics":["cspr"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/casper-network.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-17T16:27:51.000Z","updated_at":"2023-05-29T11:30:46.000Z","dependencies_parsed_at":"2023-02-14T19:16:24.694Z","dependency_job_id":null,"html_url":"https://github.com/casper-network/casper-blockexplorer-frontend","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/casper-network/casper-blockexplorer-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casper-network%2Fcasper-blockexplorer-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casper-network%2Fcasper-blockexplorer-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casper-network%2Fcasper-blockexplorer-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casper-network%2Fcasper-blockexplorer-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casper-network","download_url":"https://codeload.github.com/casper-network/casper-blockexplorer-frontend/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casper-network%2Fcasper-blockexplorer-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28233229,"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":"2026-01-07T02:00:05.975Z","response_time":58,"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":["cspr"],"created_at":"2026-01-07T06:00:11.844Z","updated_at":"2026-01-07T06:00:43.723Z","avatar_url":"https://github.com/casper-network.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockexplorer Frontend\n\nHere is the [middleware repo](https://github.com/casper-network/casper-blockexplorer-middleware) for the blockexplorer app.\nIf you want to run the whole app on your own you might need it. Please follow the `README.md` in the middleware repo and then use the middleware URL as `MIDDLEWARE_URL` env variable.\n\n### Setup\n\nDocker and Docker Compose must be set and running before the following steps:\n\n1. Create a `.env` file in the root of the project.\n\nExample:\n```\nMIDDLEWARE_URL=http://localhost:4000 # Middleware URL, by default it is http://localhost:4000/rpc\nDEFAULT_PAGINATION=10 # The page size used to paginate tables\n```\n\nIf desired, you can change the application logo / name / favicon by adding:\n\n```\nORG_LOGO_URL=https://example.com/your-org-logo\nORG_LOGO_SIZE=0-100\nORG_NAME=Jenkins\nORG_FAVICON_URL=https://example.com/your-favicon\nORG_FONT_URL=https://fonts.googleapis.com/css2?family=your-font-name:wght@your-font-weights-separated-by-semi-colons\u0026display=swap\nORG_PRIMARY_FONT_NAME=your-font-name\nORG_SECONDARY_FONT_NAME=your-font-name\n```\n\nYou can provide some, none, or all of the colors. Similarly, you can provide light and/or dark mode.\n\n```\nLIGHT_THEME={\n  \"PRIMARY\":\"pink\",\n  \"SECONDARY\":\"\",\n  \"LIGHTSUPPORTING\":\"\",\n  \"BOXSHADOW\":\"\",\n  \"MEDIUMSUPPORTING\":\"\",\n  \"DARKSUPPORTING\":\"\",\n  \"MEDIUMWARNING\":\"\",\n  \"LIGHTWARNING\":\"\",\n  \"DARKWARNING\":\"\",\n  \"SUCCESS\":\"\"\n}\n\nDARK_THEME={\n  \"PRIMARY\":\"blue\"\n}\n\n```\n\n2. Run `make prod-build` or `make dev-build` if you are using the app for development purposes (HMR and debug modes will be enabled).\n3. Run `make prod-start` if you are using the app for production (optimized builds) or `make dev-start` for development. \n4. The frontend will be running at port `3000`. \n\n### Testing\nTo run Cypress tests on the frontend:\n```\n  npm run cy:run\n```\n\nTo open Cypress\n```\n  npm run cy:open\n```\n\nTo run Cypress tests in Docker\n```\n  make cy-build\n  make cy-test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasper-network%2Fcasper-blockexplorer-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasper-network%2Fcasper-blockexplorer-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasper-network%2Fcasper-blockexplorer-frontend/lists"}