Recursive Inscription Builder

Build HTML inscriptions that reference other inscriptions. Layer images, compose art, use on-chain data.

Templates

Inscription References

Recursive Endpoints

/r/blockhash

Current block hash

/r/blockheight

Current block height

/r/blocktime

Current block time (Unix timestamp)

/r/children/<ID>

List of child inscription IDs

/content/<ID>

Content of another inscription

HTML Code592 bytes

Preview (with refs applied)

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <style>
    body { margin: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background: #000; }
    #canvas { position: relative; width: 500px; height: 500px; }
    img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  </style>
</head>
<body>
  <div id="canvas">
    <img src="/content/BACKGROUND_ID" alt="Background">
    <img src="/content/BODY_ID" alt="Body">
    <img src="/content/HEAD_ID" alt="Head">
    <img src="/content/ACCESSORY_ID" alt="Accessory">
  </div>
</body>
</html>

Inscription Info

File Size
592 bytes
Est. Cost @ 5 sat/vB
2960 sats