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 d8da19dd27 Logo brightness on hover 6 years ago
bin init 6 years ago
config init 6 years ago
models init 6 years ago
public Logo brightness on hover 6 years ago
routes Search by block index 6 years ago
scripts Fix for auto sync blockchain script 6 years ago
views Search by block index 6 years ago
.gitignore init 6 years ago
README.md Update README.md 6 years ago
app.js init 6 years ago
package.json init 6 years ago

README.md

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