Skip to content

TingChain/TingChain-explorer-client

 
 

Repository files navigation

Explorer

This project contains the main features of the application.

If you want to contribute, please refer to the create your Pull Request to this project.

.ENV

NEXT_PUBLIC_ROOT_API="https://your-backend-domain.com/api/v1"

Quick Start

install dependencies using yarn

yarn install

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start

About

EVM Explorer Client (Nextjs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.8%
  • SCSS 25.2%