Minting Tokens on Demand
Last updated
Last updated
Log into the airflow environment you want to mint in (usually prod)
Filter DAGs by the 'wallet' tag
Click the play button on the 'create_tokens' DAG
Select 'Trigger w/ config'
The following page allows you to trigger the create_tokens job using a configuration with the following parameters:
a. walletName - the name of the wallet to mint into
b. entityId - the planting organization id that has been associated to planters. tokens will be pulled from captures created by the these planters that have no token yet
c. dryRun - whether or not to actually create the token records. dryRun=false mints the tokens
JSON for the parameters could look like this:
{ "walletName": "Greenstand", "entityId": 123, "dryRun": false }
Click 'Trigger DAG'