zkRonins Docs
Visit our website
  • zkRonins Docs
  • NFT
    • Overview
    • Metadata
      • Biography
      • Rarity
      • Style
    • Dynamic
      • URI
      • HTML
      • Upgradability
  • Synergy
    • Concept
      • Art Commissions
      • Royalty Collector
      • Token Slots
  • Discover
    • Overview
    • 1. Wallet
    • 2. zkSync
    • 3. Funding
      • 3.1. Buy via Ramp (Recommended)
      • 3.2. Buy via MetaMask
      • 3.3. Deposit via a Central Exchange
    • 4. Bridge (Optional)
    • 5. Mint
  • Contracts
    • Overview
    • Code of Conduct
    • Modules
      • NFT (ERC721)
        • ZkRoninsNft.sol
        • ZkRoninsMeta.sol
      • META64
        • ZkRoninsMeta64.sol
        • ZkRoninsMeta64X.sol
      • STORE
        • UpgradeHandler.sol
        • DataHandler.sol
  • Connect
    • Links
    • zkSync
    • zkMarkets
  • Back to zkRonins
Powered by GitBook
On this page

Was this helpful?

  1. NFT

Metadata

PreviousOverviewNextBiography

Last updated 1 year ago

Was this helpful?

Metadata; the DNA for an NFT. It's here where all the necessary information lies for the creation of one's identity. Like most on-chain records, this metadata — or ID, if you will — tends to be approached as something static with immutable properties. However, nothing in life truly ever is constant. Things change; we make up our minds, we gain different perspectives, our bodies grow older and in this ongoing process we, hopefully, become all the wiser.

It's this organic movement, this continuous growth, that we, collectively, and everything we create are the reflection of. As such, we'll treat our collection's metadata no different, which we'll thoroughly discuss in Dynamic.

A trio of perspectives

Reasoning 1 "How one is perceived is defined by the eyes of those who observe."

Reasoning 2 "Words describe, but the interpretation is up to the reader's mind."

Reasoning 3 "A structure creates foundation, but collapses if the set of rules turned out wrong."

example.json
{
    "name": "Ronin #4 - Sayuri Takahashi",
    "description": "Sayuri Takahashi is a skilled fighter and a member of a group of ronin who travel the countryside during the Shinsei Era of Japan. Sayuri is known for her quick reflexes and her ability to improvise in combat. She is fiercely independent and refuses to be bound by society's expectations of women.",
    "image": "[STATIC_IMAGE_URL]",
    "animation_url": "[HTML_URL]",
    "attributes": [
        {"trait_type": "Age", "value": 27},
        {"trait_type": "Rarity", "value": "Legendary"},
        {"trait_type": "Personality", "value": "Rebellious"},
        {"trait_type": "Style", "value": "Colored"},
        {"trait_type": "Origin", "value": "Osaka, Japan"},
        {"trait_type": "Timeline", "value": "Shinsei Era (1868-1912)"}
    ]
}

Name

A ronin's name or nickname; in western order, namely given name followed by family name.

A ronin's backstory; conjured by us based on how they look and how we envisioned the characters to be.

Age

A ronin's age when recruited; sometimes an approximation for the enigmas amidst the bunch.

A ronin's class; for now a value of either Common, Rare, Epic, Legendary or Exotic.

Personality

A ronin's character or state of being.

The art style; for now a value of either Black & White, Colored, Semi-Colored, Hand-Colored or Animated.

Origin

A ronin's place of birth.

Timeline

[Insert trait type]

[Insert value]

From which Era a ronin hails. This links to the storyline .

Biography
Rarity
Style
on our website
Passport for Sayuri Takahashi