Skip to content

REI-Network/scanVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch verify constacts project

This project just to migrate database of contracts verifications in scan

How to use it

  • 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
  • Start it with

    npm run start -- index

    index means the index number, set it 0 when first run

    Sometimes 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published