Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 530 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 530 Bytes

To add new airdrop data

  • Add the csv/json data in csv-data folder (create folder if missing)
  • add new entry in airdrop-config.json file
  • add new entry in addCsv.js file (this links the file and entry in airdrop-config.json file based on key)
  • if it is json/custom code is needed, add it in readCSV function
  • set redis config in your env REDIS_HOST, REDIS_PORT, REDIS_PORT
  • run node addCsv.js to update te database
  • (not sure if needed) restart airdrop checker service
  • commit changes.