1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-15 09:10:06 +00:00
2018-02-04 21:46:16 +05:00
2018-02-03 21:14:56 +05:00
2018-02-04 21:45:35 +05:00
2018-02-03 21:14:56 +05:00
2018-02-04 01:01:19 +05:00
2018-02-04 00:09:03 +05:00
2018-02-04 21:46:16 +05:00
2018-02-03 21:14:56 +05:00
2018-02-03 21:14:56 +05:00
2018-02-03 21:45:59 +05:00

Use mysql

cd gostexplr
npm i
npm run initdb db_root_username db_root_password
npm run syncBlockchain
npm run start

For production use

export NODE_ENV=production

In ~/.gostcoin/gostcoin.conf add this parameter

blocknotify=/path/to/your/gostexplr/scripts/blocknotify.sh

TODO:

  • cut possible -000 from transaction
  • search NOT FOUND message
  • pagination on index page
  • block page by index
  • move database to server
  • setup cron
  • ? transaction connect vout to transaction
  • address balance info
  • lint
  • ES7
Description
Blockchain explorer
Readme 131 KiB
Languages
JavaScript 80.7%
HTML 15%
CSS 4.1%
Shell 0.2%