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 serverInstall with npm:
$ cd client
$ npm install && npm startRunning and reviewing unit tests
$ npm install && npm testMercury Explorer is released under the terms of the GNU General Public License. See for more information https://opensource.org/licenses/GPL-3.0