bugout-dev / dao

Moonstream DAO
Apache License 2.0
17 stars 7 forks source link

Mint badges from file #68

Closed zomglings closed 1 year ago

zomglings commented 1 year ago

Changes

This PR improves scripts/mint_badge.py in the following ways:

  1. Caller can now specify a --recipients-file to read addresses from. Addresses are expected to be one per line.
  2. The script can now handle multiple batches of recipients.

How to test these changes?

Tested locally.

Related issues

Resolves https://github.com/bugout-dev/ops/issues/7