Minting Tokens on Demand

  1. Log into the airflow environment you want to mint in (usually prod)

  2. Filter DAGs by the 'wallet' tag

  3. Click the play button on the 'create_tokens' DAG

  4. Select 'Trigger w/ config'

  5. 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

  6. JSON for the parameters could look like this:

    { "walletName": "Greenstand", "entityId": 123, "dryRun": false }

  7. Click 'Trigger DAG'

Last updated

Was this helpful?