Minting

How to Mint your Security Token

πŸ‘€ Overview

This tutorial application allows token owners to issue their security token to whitelisted investors. You may also burn tokens, if needed. You should be able to:

  1. Import and Export CSV with investor addresses and balances.

  2. Mint tokens to investors.

  3. Burn tokens.

πŸ“’ Import and Export CSV

The CSV that represents issuance has the following format:

☝️ Import

✍️ Issuance

To issue tokens, simply call the SDK's token.issuance.issue method.

πŸ‘‡ Export

You will have the data needed in state store (i.e., records). You simply need to concatenate that data into a CSV file.

πŸ”₯ Burning

Burning tokens is as intuitive as specifying the amount, address, and reason for burning in each call.

Last updated

Was this helpful?