{"id":21177316,"url":"https://github.com/codechain-io/codechain-explorer","last_synced_at":"2025-07-09T22:30:37.047Z","repository":{"id":34471714,"uuid":"131943135","full_name":"CodeChain-io/codechain-explorer","owner":"CodeChain-io","description":"Block Explorer for CodeChain","archived":false,"fork":false,"pushed_at":"2023-01-07T03:24:43.000Z","size":4862,"stargazers_count":49,"open_issues_count":54,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-05T08:01:33.579Z","etag":null,"topics":["blockchain","codechain","explorer"],"latest_commit_sha":null,"homepage":"https://explorer.codechain.io/","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/CodeChain-io.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}},"created_at":"2018-05-03T04:49:48.000Z","updated_at":"2023-09-22T04:09:13.000Z","dependencies_parsed_at":"2023-01-15T07:17:12.640Z","dependency_job_id":null,"html_url":"https://github.com/CodeChain-io/codechain-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeChain-io/codechain-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeChain-io%2Fcodechain-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeChain-io%2Fcodechain-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeChain-io%2Fcodechain-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeChain-io%2Fcodechain-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeChain-io","download_url":"https://codeload.github.com/CodeChain-io/codechain-explorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeChain-io%2Fcodechain-explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264504570,"owners_count":23618824,"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":["blockchain","codechain","explorer"],"created_at":"2024-11-20T17:15:35.659Z","updated_at":"2025-07-09T22:30:36.588Z","avatar_url":"https://github.com/CodeChain-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeChain Explorer [![Gitter](https://badges.gitter.im/CodeChain-io.svg)](https://gitter.im/CodeChain-io/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge) [![Build Status](https://travis-ci.org/CodeChain-io/codechain-explorer.svg?branch=master)](https://travis-ci.org/CodeChain-io/codechain-explorer)\n\nCodeChain explorer is a simple, easy to use, open-source visualization tool for viewing activity on the underlying blockchain network.\n\n## Table of Contents\n\n- [Install](https://github.com/CodeChain-io/codechain-explorer#install)\n- [Running for development](https://github.com/CodeChain-io/codechain-explorer#running-for-development)\n- [Running for production](https://github.com/CodeChain-io/codechain-explorer#running-for-production)\n\n## Install\n\n### Download\n\nDownload CodeChain-explorer's code from the GitHub repository\n\n```\n# git clone git@github.com:kodebox-io/codechain-explorer.git\n# cd codechain-explorer\n```\n\n### Install package\n\nUse yarn package manager to install packages\n\n```\n# yarn install\n```\n\n## Before starting\n\n### Dependency\n\n- Get [CodeChain-indexer](https://github.com/CodeChain-io/codechain-indexer) ready for indexing block data and running the API server\n\n### Running for development\n\n-The explorer will run at http://localhost:3000\n\n```\n# yarn run start\n\n// You can chage the port of test server and the host URL with environment variables.\n# PORT=3000 REACT_APP_SERVER_HOST=http://127.0.0.1:8081 yarn run start\n```\n\n### Running for production\n\n#### Build\n\nBuild CodeChain-explorer with the following script. You can get optimized and uglified build code. It will be located in the \"/build\" directory\n\n```\n# yarn run build\n```\n\n- You can change the server host using an environment variable\n\n```\n# REACT_APP_SERVER_HOST=http://127.0.0.1:8080 yarn run build\n```\n\n## Custom Configuration\n\n### Build\n\n|                               | Default               | Options | Description                     |\n| ----------------------------- | --------------------- | ------- | ------------------------------- |\n| REACT_APP_SERVER_HOST         | http://127.0.0.1:9001 |         |                                 |\n| REACT_APP_URL                 |                       |         | This is used for the open graph |\n| REACT_APP_HEADER_TITLE        |                       |         |                                 |\n| REACT_APP_HEADER_SHORT_TITLE  |                       |         |                                 |\n| REACT_APP_OG_TITLE            |                       |         |                                 |\n| REACT_APP_OG_DESC             |                       |         |                                 |\n| REACT_APP_OG_IMAGE            |                       |         |                                 |\n| REACT_APP_GOOGLE_ANALYTICS_ID |                       |         |                                 |\n| PUBLIC_URL                    |                       |         |                                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodechain-io%2Fcodechain-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodechain-io%2Fcodechain-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodechain-io%2Fcodechain-explorer/lists"}