0x1::managed_coin module on the Initia blockchain. It includes initializing your coin, obtaining metadata, minting coins, and checking the balances.
Step 1: Initialize Your Coin
To initialize your coin, you must call the0x1::managed_coin::initialize function.
- CLI
- InitiaJS
Step 2: Mint Coin
To mint coins, you will use the0x1::managed_coin::mint function.
0x1::coin::metadata view function or by using sha3_256(creator+symbol+0xFE).
Obtaining Metadata
- CLI
- InitiaJS
Minting Coins
- CLI
- InitiaJS