Skip to content

ConsenSysMesh/blockchain-explorer

 
 

Repository files navigation

Blockchain Explorer Full-Stack

Steps to Install

  1. git clone https://github.com/sudheeshcm/blockchain-explorer.git
  2. Change directory - cd blockchain-explorer
  3. Run the command: npm install
  4. Change directory - cd front-end
  5. Run the command: yarn install

Steps to run only the frontend app

  1. Change directory - cd blockchain-explorer/front-end
  2. Run the command: yarn run dev

Steps to run the full blockchain app

  1. Change directory - cd blockchain-explorer/front-end
  2. Run the command: yarn prod
  3. Change directory - cd .. Or cd blockchain-explorer
  4. Run the command - npm run dev

About

A fullstack app for the Blockchain Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • CSS 2.8%
  • HTML 1.1%
  • Dockerfile 0.1%