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.
 
 
 
 
xcps ad830004d4 Pretty html 5 years ago
bin Address page 6 years ago
config Jade to Pug, added Vout Ns, refactored database/pages, port in config, clean dependencies 6 years ago
models Jade to Pug, added Vout Ns, refactored database/pages, port in config, clean dependencies 6 years ago
public Minimal width for DOM root element 6 years ago
routes Pretty html 5 years ago
scripts Fix for auto sync blockchain script 6 years ago
views Validation w3c 5 years ago
.gitignore Display block time on transaction page 6 years ago
README.md Updated package.json, README.md and remove reinitTables 6 years ago
app.js Pretty html 5 years ago
package.json Jade to Pug, added Vout Ns, refactored database/pages, port in config, clean dependencies 6 years ago

README.md

Copy config

config/config.json.example -> config/config.json

Use mysql

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

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

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