unlock icon indicating copy to clipboard operation
unlock copied to clipboard

CSV import on airdrop UI

Open julien51 opened this issue 2 years ago • 1 comments

Our airdrop UI supports airdropping to multiple recipients + saving emails.

We need to add support for CSV imports on that UI. For that, we will limit the size of the CSV file to 100 rows (this should be within the block limit!). The CSV file must have the following characteristics:

  • first row: name of the fields
  • first column: address (or ENS)
  • second column: email
  • any other column will be saved as "text" in the private metadata field for each address.

julien51 avatar Aug 19 '22 09:08 julien51

@kalidiagne This is not high priority. Let's aim for end of September.

julien51 avatar Aug 19 '22 09:08 julien51

https://github.com/unlock-protocol/unlock/pull/9688

searchableguy avatar Sep 28 '22 20:09 searchableguy