site : explorer.simplechain.com
require:
nodejs 10
mysql
First, start Sipe with --rpc
./sipe --rpc
initialize node modules
cp config.sample.js config.js
npm install
#or
yarn
initialize database
npm run init
#or
yarn init
Create views
source views.sql
Start explorer
npm start
Server listening on http://127.0.0.1:3001