Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 792 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 792 Bytes

REMME Block Explorer

Overview

REMME Block Explorer is an open source web tool that allows to view information about blocks and transactions on the REMME blockchain.

Image

Get started

  1. Install dependencies.

npm install

  1. Create config.js file in the project directory (see config.example.js).

  2. Run frontend in the development mode:

npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

  1. Run backend:

npm run server

  1. Builds the app for production to the build folder.

npm run build