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:
Import and Export CSV with investor addresses and balances.
Mint tokens to investors.
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?