Palette Developer Documentation
  • Palette Developer Documentation
  • About Palette
    • Concepts
      • Follow Standards
        • Palette Token Standard
        • Palette NFT Token Standard
        • Transaction Format
      • Validator Management
      • Stake
        • Current delegation reward return coefficient β
      • Gas
    • Palette White Paper
    • Update Notes
  • Development
    • Developer Tutorials
      • Your First Transaction
      • Your First NFT
    • Blockchain Deployments
  • TOOLS
    • Palettescan
    • Palette API
    • PLT Wallet
  • Infomation
    • Incident Report
      • Block Generation Suspension on Apr. 14-15
Powered by GitBook
On this page
  1. About Palette
  2. Concepts
  3. Follow Standards

Palette NFT Token Standard

PRC-721 Standard

PreviousPalette Token StandardNextTransaction Format

Last updated 9 months ago

NFT issued on the Palette Chain are issued using the token standard called PRC-721 which differs from PRC-20 in that it allows for a completely new type of token implementation: non-fungible tokens.

Palette has adopted the PRC-721 standard specification for the implementation of NFT. These are token standards implemented on Ethereum as ERC-721, but they are also reflected in Palette Chain.

About the metaData, basically, we follow the .

Opensea Metadata Standards