Minting

Below will explain the flow to create metadata on NFT Data Chain.

Explanation

When you decide to reveal the NFT metadata, you, as a creator, need to send the transaction to NFT Data Chain to initialize data for each token. In this mode, NFT Data Chain will fully trust your request.

During the creation of the metadata, it is required to pass an origin address of the holder along with the message. Optionally you can send along the native address (Cosmos-based address) with the message. NFT Data Chain will map those two addresses together and assume they belong to the same owner (EVM Support will involve this part). However, if you don't plan to manage this native address (key storing), NFT Chain will generate one account and throw away the private key upon creation. In another sense, this native account is the bridge account between EVM (or origin) account and the native account.

Last updated