NFT Gen 2 Tech Doc
  • Introduction
  • Overview
    • NFT Data Chain
    • Cosmos SDK
    • Modules
      • Core Module
      • Oracle
  • Integration
    • Creating Schema
    • System Mode
      • Minting
      • Sending Action
    • User Mode
      • Minting
      • Sending Action
  • Data-chain Base URI
  • Getting Started
    • Installation (Golang)
    • Getting Started
      • Download Binary
      • Developer Resources
      • Binary Overview
      • Create Account
      • Faucet
      • Deploy NFT Gen2
      • Perform Action of NFT Gen2
      • Update NFT Schema
      • Script
    • SDK Package for NodeJs
      • Example Resources
      • Deploy NFT Gen2
      • Perform Action of NFT Gen2
      • Update NFT Schema
    • SDK for GO
      • Requirements
      • Installation
      • Usage
      • Preparing Key for Authentication
      • Supported Messages and Queries
      • Examples
    • Six Protocol Developer Community
Powered by GitBook
On this page
  1. Integration
  2. User Mode

Sending Action

PreviousMintingNextData-chain Base URI

Last updated 2 years ago

Explanation

Combining message signing explained in System Mode together with consent solutions. Creator has only one thing to do to create and submit transactions for the users.

With this mode, NFT Data Chain, together with validators, will:

  • Verify that the signer is the same as the NFT holder

  • Verify that the metadata on NFT Data Chain is up to date with origin data

  • Verify that action is correct

  • Verify that signature is not expired.

Explain how NFT Data Chain works in user mode