- set configration in .env file
- modify query in js/tableResort.js to fit your database
- run js/tableResort.js
- run js/_Server.js
- access localhost:8081 on browser to check
- access /aTransactor on browser
- input txIndex, gasLimit and gasPrice
- if you wanna transact with too low/high limit/price, check it is valid.
- if you wanna transact only once, check stop automate
- click SendTx button to transact
- after successful transaction, log will be green.
- if it is fail, log will be red and automator will stop.
- if it isnt answer for 600s, log will be yellow and automator will stop.
- access /aValidator on browser
- input txIndex from and to (to should be last txIndex for sync)
- if u wanna compare with final value (from database), check final check
- if u wanna update database, check it
- click Validate button to validate
- log will be yellow if all users balance is right
- log will be red if one or more users balance is wrong
- log will be green when all users balance is equal to database