Minting
Minting an asset means to create a new asset with an id of the contract that created it.
The standard library contains a module
that can be used to mint an asset.
There are two functions that can be used to mint:
Specific implementation details on transferring assets to addresses can be found here.
Specific implementation details on transferring assets to contracts can be found here.