logo

#How to process distribution for users

  1. Create csv files with the following format

Distribution table

uidcurrency_idamount
ID1000003837usdt100

uid, currency_id, amount - required params

  1. For process distribution
   bundle exec rake distribution:process['file_name.csv']