Skip to content

Commit

Permalink
Added usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 11, 2018
1 parent b4456a9 commit 6a5e703
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ico/cmd/exportissuance.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ def main(chain, address, csv_file):
"""Export issued events.
Build a CSV file of run centralized token distribution. This can be later used to tell users what TXID gave them their tokens if we know the external id of the user.
Example:
export-issuance \
--address=0x0.... \
--csv-file=issued-test-drop.csv \
--chain=mainnet
"""

project = Project()
Expand Down

0 comments on commit 6a5e703

Please sign in to comment.