NFT Signatures

NFT Signatures

Table of Contents

UX

Click model

Made with Overflow

Sign NFT

Visual

Functionality

Visual

Functionality

NFT Signatures List

image-20250414-220451.png

 

Sign NFT

 

  • Display

    • FIO Address

    • Bundle cost (this can be hard-coded to 2) and remaining

    • Links

      • Sign NFT

        • On click

          • Collect PIN

          • Display Transaction Processing Page

          • Execute add_nft

          • Display Sign NFT Confirmation Page

  • Collect

    • Chain code

    • Token ID

    • Contract Address

    • URL

    • Hash

    • Creator URL

  • Validate

    • Chain code, Token ID, Contract Address, URL, Hash, Creator URL

    • Bundled transaction count

      • If 0 display Low balance banner prevent clicking Link Now

Sign NFT Details

  • Display

    • Chain code

    • Token ID

    • Contract Address

    • URL

    • Hash

    • Creator URL

    • Links

      • Close and X

        • On click

          • Display NFT Signatures List Page

Edit NFT Signature

image-20250414-220609.png
  • Same as Sign except:

    • Button called Update

    • Remove NFT Signature

      • On click

        • Display Remove NFT Signature Confirmation Page

Remove NFT Signature Confirmation

image-20250414-220819.png

 

  • Links

    • Remove

      • On click

        • Execute /remove_nft with chain_code, contract_address, token_id for NFT Signature being removed

        • Display NFT Signatures List Page

    • Cancel

      • On click

        • Display NFT Signatures List Page