eluv-io / elv-live-js

Eluvio Live JavaScript SDK
MIT License
4 stars 3 forks source link

Add wallet mapfile #96

Closed elv-serban closed 1 year ago

elv-serban commented 1 year ago

Save an optional map file of addr to email when running tenant_wallets.

./elv-live tenant_wallets iten0123 --map_file my-emails.csv

I am thinking of adding option --map_file to nft_show and tenant_show and load emails from the map file to fill in the response (will be a separate PR).

elv-serban commented 1 year ago

This is better solved by https://github.com/eluv-io/elv-live-js/pull/140