This project just to migrate database of contracts verifications in scan
-
First install requirement using
npm i
-
Modify your env
cp ./.env.example ./env
- the
url
is the scan verify rpc - the
connection
is the database token
- the
-
Start it with
npm run start -- index
index
means the index number, set it 0 when first runSometimes it will break, and output error message due to unstable network, you will get the abort index, just run with it like this
Abort in index 5 npm run start -- 5