Blockchain explorer
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.

21 lines
364 B

6 years ago
6 years ago
[code]
6 years ago
cd gostexplr
npm i
npm run initdb db_root_username db_root_password
npm run syncBlockchain
npm run
6 years ago
[/code]
6 years ago
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
6 years ago
- ES7