mirror of https://github.com/GOSTSec/gostexplr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
412 B
22 lines
412 B
7 years ago
|
|
||
|
cd gostexplr
|
||
|
npm i
|
||
|
npm run initdb db_root_username db_root_password
|
||
|
npm run syncBlockchain
|
||
|
npm run
|
||
|
|
||
|
|
||
|
TODO:
|
||
|
- cut possible -000 from transaction
|
||
|
- datetime zone
|
||
|
- search NOT FOUND message
|
||
|
- pagination on index page
|
||
|
- sync blockchain by db transaction
|
||
|
- block page by index
|
||
|
- move database to server
|
||
|
- setup cron
|
||
|
- ? transaction connect vout to transaction
|
||
|
- address balance info
|
||
|
- lint
|
||
|
- tests
|
||
|
- ES7
|