To add new airdrop data
- Add the csv/json data in
csv-datafolder (create folder if missing) - add new entry in
airdrop-config.jsonfile - add new entry in
addCsv.jsfile (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
readCSVfunction - set redis config in your env
REDIS_HOST,REDIS_PORT,REDIS_PORT - run
node addCsv.jsto update te database - (not sure if needed) restart airdrop checker service
- commit changes.