Skip to content

Remmeauth/remme-block-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published