Realm

chunk:

gno.land/r/akkadia/v0/chunk:

← All realms

Render

Chunk

Welcome to the Chunk management system on Akkadia.

What is Chunk?

Chunk is an NFT-based land ownership system where each chunk represents a unique piece of land in the game world:

  • GRC721 NFT: Each chunk is a unique token with ownership and transferability
  • World-based: Chunks belong to specific worlds with coordinates (x, y)
  • Metadata Storage: Each chunk stores custom metadata for game state
  • Role-based Access: Permissions control who can mint, burn, and modify chunks

How Chunks Work

  1. World Creation: Admins create worlds with biome, name, slug, and seed
  2. Chunk Minting: Authorized users mint chunks at specific coordinates
  3. Metadata Management: Chunk owners can update metadata for game state
  4. Ownership Transfer: Chunks can be transferred between users as NFTs

Config

  • List Limit: 100
  • Batch Limit: 1000

Stats

  • Total Chunks: 1375
  • Total Worlds: 3

Quick Links

Source (qfile)

authz_block_install.gno
authz_chunk.gno
authz_world.gno
chunk_grc721.gno
chunk_key.gno
config.gno
freeze.gno
gnomod.toml
grc721.gno
migration.gno
nft_store.gno
property_config.gno
property_parser.gno
render.gno
utils.gno
validation.gno
verifier.gno
verifier_store.gno
world.gno
world_store.gno