CodeChain explorer is a simple, easy to use, open-source visualization tool for viewing activity on the underlying blockchain network.
Download CodeChain-explorer's code from the GitHub repository
# git clone [email protected]:kodebox-io/codechain-explorer.git
# cd codechain-explorer
Use yarn package manager to install packages
# yarn install
- Get CodeChain-indexer ready for indexing block data and running the API server
-The explorer will run at http://localhost:3000
# yarn run start
// You can chage the port of test server and the host URL with environment variables.
# PORT=3000 REACT_APP_SERVER_HOST=http://127.0.0.1:8081 yarn run start
Build CodeChain-explorer with the following script. You can get optimized and uglified build code. It will be located in the "/build" directory
# yarn run build
- You can change the server host using an environment variable
# REACT_APP_SERVER_HOST=http://127.0.0.1:8080 yarn run build
Default | Options | Description | |
---|---|---|---|
REACT_APP_SERVER_HOST | http://127.0.0.1:9001 | ||
REACT_APP_URL | This is used for the open graph | ||
REACT_APP_HEADER_TITLE | |||
REACT_APP_HEADER_SHORT_TITLE | |||
REACT_APP_OG_TITLE | |||
REACT_APP_OG_DESC | |||
REACT_APP_OG_IMAGE | |||
REACT_APP_GOOGLE_ANALYTICS_ID | |||
PUBLIC_URL |