Parent-Child Explorer

Design collection hierarchies using the parent-child provenance system. Generate inscription commands.

Parent-Child System

The parent-child system establishes provenance on-chain. Children reference their parent inscription ID, creating an immutable lineage.

Use cases:

  • NFT collections (1 parent → N children)
  • Derivative art with attribution
  • Multi-part projects
  • Provenance tracking

Parent Inscription

This is the root of your collection. All children will reference this ID.

Children

Recursive Endpoint

/r/children/<PARENT_ID>

Returns JSON array of child inscription IDs. Use this in recursive inscriptions to dynamically reference all children.

Collection Hierarchy

🌳

Set parent ID and add children to visualize the tree

Inscription Commands

Set parent ID and add children to generate commands

⚠ Important Notes

  • Parent must be inscribed FIRST
  • Wait for parent confirmation before inscribing children
  • Children can have their own children (nested hierarchy)
  • Parent-child relationships are permanent and on-chain