Block and data explorer for Nuchain network.
Minimal and optimized version of Subscan.
Engine that power ARAScan.
Use to iterate through blocks from higher to lower number of blocks and process them.
Run:
yarn start:sequencerParameters:
--no-skip-limit- process without skip limit.--all- process all blocks.
Run the database using docker:
docker-compose up -d mongodbTo start API server run the following command:
yarn start:api-serverMake sure the database already running and ready to accept connections.
To start Web UI server run the following command:
yarn start:web-uiSometimes we need to debug using production database, we can download from backup and restore to local database, for this purpose we can use the following command:
# backup and download database from remote
$ ./etc/script/get_latest_backup_db.sh
# restore to local database
$ ./etc/script/sync_latest_backup_db.sh