Statechain explorer for Mercury
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 with npm:
$ cd api
$ npm install && npm run server
Install with npm:
$ cd client
$ npm install && npm start
Running and reviewing unit tests
$ npm install && npm test
Mercury Explorer is released under the terms of the GNU General Public License. See for more information https://opensource.org/licenses/GPL-3.0