mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-14 08:47:58 +00:00
Blockchain explorer
bin | ||
config | ||
models | ||
public | ||
routes | ||
scripts | ||
views | ||
.gitignore | ||
app.js | ||
package.json | ||
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