- Get nodejs from your package manager or from https://nodejs.org/. Please note that you need node v16.6 or above.
- Install git from your package manager or https://git-scm.com/
- Execute command
git clone https://github.com/favianrizqulloh/FAV-verifier && cd FAV-verifier - Execute command
npm i - Copy the .env.example file to .env and edit the .env file according to the instructions in the file.
To start the verifier, execute command npm start or node index.js. You can also open the easy-start.bat file if you are on Windows 10/11.
