Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 655 Bytes

File metadata and controls

15 lines (9 loc) · 655 Bytes

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.