Skip to content

layer2tech/mercury-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercury Explorer

Statechain explorer for Mercury

Configuration

Server configurations can be set in api/app/config/db.config.js

Name Type Structure
url string mongodb://user:password@host:port/db&authSource=admin

Install api

Install with npm:

$ cd api
$ npm install && npm run server

Install client

Install with npm:

$ cd client
$ npm install && npm start

Running tests

Running and reviewing unit tests

$ npm install && npm test

Licence

Mercury Explorer is released under the terms of the GNU General Public License. See for more information https://opensource.org/licenses/GPL-3.0