Minting

Below is the flow to explain how it works.

Explanation

In this mode, validators will take responsibility for getting outside data into NFT Data Chain. Creator has to create a transaction with only Origin Chain, Smart Contract address, and Token ID, submit it to NFT Data Chain and leave the rest to the validators.

One difference is that the minting response will not return to the creator after making a request. The creator must subscribe to NFT Data Chain's WebSocket to receive events emitted after all validators have consented to their result. Or another way the creator can pull the request's result is through API.

Last updated