Service Script

How to run Service Script

  1. Download the scads-service folder on git repository.

-> git clone https://github.com/zoinkswap/zoinks-service.git

2. Navigate to the source folder.

3. Install packages

-> npm install

4. Run index.js

-> node index.js

Service Script Architecture

  1. index.js

  2. controller/service.controller.js

  3. package.json

Start point - index.js

There are 2 paragraph for test/production mode

Test mode

Production mode

Main script - controller.js

Pool addresses

Wallet connect

Check Rewards

Check Pulse

Package.json

Last updated