How to process distribution for users
- Create
csv
files with the following format
Distribution table
| uid | currency_id | amount | |---------------|-------------|--------| | ID1000003837 | usdt | 100 |
uid, currency_id, amount - required params
- For process distribution
bundle exec rake distribution:process['file_name.csv']