Skip to content

Commit

Permalink
deploy: fcfc93c
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 11, 2024
1 parent c0429e7 commit 782e5b3
Show file tree
Hide file tree
Showing 112 changed files with 4,418 additions and 126 deletions.
296 changes: 296 additions & 0 deletions ar/inscriptions/burning.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ar/inscriptions/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h2 id="التكرار"><a class="header" href="#التكرار">التكرار<

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="../inscriptions/uris.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="../inscriptions/burning.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

Expand All @@ -283,7 +283,7 @@ <h2 id="التكرار"><a class="header" href="#التكرار">التكرار<
</div>

<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="../inscriptions/uris.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="../inscriptions/burning.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

Expand Down
4 changes: 2 additions & 2 deletions ar/inscriptions/uris.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h1 id="uris"><a class="header" href="#uris">URIs</a></h1>
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="../inscriptions/examples.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="../inscriptions/burning.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>

Expand All @@ -273,7 +273,7 @@ <h1 id="uris"><a class="header" href="#uris">URIs</a></h1>
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="../inscriptions/examples.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="../inscriptions/burning.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>
Expand Down
11 changes: 10 additions & 1 deletion ar/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -3923,6 +3923,15 @@ <h2 id="image-rendering"><a class="header" href="#image-rendering">Image Renderi
<p>Inscription URIs are case-insensitive and can thus use the more compact alphanumeric mode when encoded as QR codes. Lowercase is, however, the preferred presentation style.</p>
<p>The referent of an inscription URI is an HTTP resource with the content, content type, content encoding, and content length corresponding to the inscription with the given ID.</p>
<p>The referent of an inscription URI is always the original content of the target inscription, and not the content of the delegate, regardless of whether or not the target inscription has a delegate.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="burning"><a class="header" href="#burning">Burning</a></h1>
<p>Inscriptions may be burned by constructing a transaction that spends them to a script pubkey beginning with <code>OP_RETURN</code>.</p>
<p>Sending inscriptions to a so-called "burn address" is not recognized by <code>ord</code>.</p>
<p>Burned inscriptions receive the "burned" charm, recognized with 🔥 on the inscription's <code>/inscription</code> page.</p>
<p>When burning inscriptions, CBOR metadata may be included in a data push immediately following the <code>OP_RETURN</code>.</p>
<p>Burn metadata is unstructured, having no meaning to the underlying protocol, and should be human readable. It is displayed on the burned inscription's <code>/inscription</code> page, in the same manner as inscription metadata, under the heading "burn metadata".</p>
<p>Use it, if you feel like it, to commemorate the inscription, celebrate the closing of a collection, or for whatever other purposes you so desire.</p>
<p>Data pushes after the first are currently ignored by <code>ord</code>. However, they may be given future meaning by the protocol, and should not be used.</p>
<p>For example, transaction <a href="https://mempool.space/tx/b42f0d8a3277ce6a7e564fec8f5579f76bc19cb24f8eff565ebb81a4c2f94683">b42f0d8a3277ce6a7e564fec8f5579f76bc19cb24f8eff565ebb81a4c2f94683</a> burned inscription <a href="https://ordinals.com/inscription/681b5373c03e3f819231afd9227f54101395299c9e58356bda278e2f32bef2cdi0">681b5373c03e3f819231afd9227f54101395299c9e58356bda278e2f32bef2cdi0</a>.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="inscription-examples"><a class="header" href="#inscription-examples">Inscription Examples</a></h1>
<h2 id="delegate-1"><a class="header" href="#delegate-1">Delegate</a></h2>
<ul>
Expand Down Expand Up @@ -4002,7 +4011,7 @@ <h3 id="edicts"><a class="header" href="#edicts">Edicts</a></h3>
<p>A runestone may contain any number of edicts. Edicts consist of a rune ID, an amount, and an output number. Edicts are processed in order, allocating unallocated runes to outputs.</p>
<h3 id="pointer-1"><a class="header" href="#pointer-1">Pointer</a></h3>
<p>After all edicts are processed, remaining unallocated runes are transferred to the transaction's first non-<code>OP_RETURN</code> output. A runestone may optionally contain a pointer that specifies an alternative default output.</p>
<h3 id="burning"><a class="header" href="#burning">Burning</a></h3>
<h3 id="burning-1"><a class="header" href="#burning-1">Burning</a></h3>
<p>Runes may be burned by transferring them to an <code>OP_RETURN</code> output with an edict or pointer.</p>
<h2 id="cenotaphs"><a class="header" href="#cenotaphs">Cenotaphs</a></h2>
<p>Runestones may be malformed for a number of reasons, including non-pushdata opcodes in the runestone <code>OP_RETURN</code>, invalid varints, or unrecognized runestone fields.</p>
Expand Down
2 changes: 1 addition & 1 deletion ar/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ar/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ar/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<link rel="stylesheet" href="index.css">
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" target="_parent">المقدمة</a></li><li class="chapter-item expanded "><a href="overview.html" target="_parent"><strong aria-hidden="true">1.</strong> نظرة عامة</a></li><li class="chapter-item expanded "><a href="digital-artifacts.html" target="_parent"><strong aria-hidden="true">2.</strong> التحف الرقمية</a></li><li class="chapter-item expanded "><a href="inscriptions.html" target="_parent"><strong aria-hidden="true">3.</strong> إنسكريبشين</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="inscriptions/delegate.html" target="_parent"><strong aria-hidden="true">3.1.</strong> Delegate</a></li><li class="chapter-item expanded "><a href="inscriptions/metadata.html" target="_parent"><strong aria-hidden="true">3.2.</strong> Metadata</a></li><li class="chapter-item expanded "><a href="inscriptions/pointer.html" target="_parent"><strong aria-hidden="true">3.3.</strong> Pointer</a></li><li class="chapter-item expanded "><a href="inscriptions/provenance.html" target="_parent"><strong aria-hidden="true">3.4.</strong> Provenance</a></li><li class="chapter-item expanded "><a href="inscriptions/recursion.html" target="_parent"><strong aria-hidden="true">3.5.</strong> التكرار</a></li><li class="chapter-item expanded "><a href="inscriptions/rendering.html" target="_parent"><strong aria-hidden="true">3.6.</strong> Rendering</a></li><li class="chapter-item expanded "><a href="inscriptions/uris.html" target="_parent"><strong aria-hidden="true">3.7.</strong> URIs</a></li><li class="chapter-item expanded "><a href="inscriptions/examples.html" target="_parent"><strong aria-hidden="true">3.8.</strong> Examples</a></li></ol></li><li class="chapter-item expanded "><a href="runes.html" target="_parent"><strong aria-hidden="true">4.</strong> Runes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="runes/specification.html" target="_parent"><strong aria-hidden="true">4.1.</strong> Specification</a></li></ol></li><li class="chapter-item expanded "><a href="faq.html" target="_parent"><strong aria-hidden="true">5.</strong> الأسئلة الشائعة</a></li><li class="chapter-item expanded "><a href="contributing.html" target="_parent"><strong aria-hidden="true">6.</strong> المساهمة</a></li><li class="chapter-item expanded "><a href="donate.html" target="_parent"><strong aria-hidden="true">7.</strong> التبرع</a></li><li class="chapter-item expanded "><a href="guides.html" target="_parent"><strong aria-hidden="true">8.</strong> إرشادات</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="guides/api.html" target="_parent"><strong aria-hidden="true">8.1.</strong> API</a></li><li class="chapter-item expanded "><a href="guides/explorer.html" target="_parent"><strong aria-hidden="true">8.2.</strong> المتصفح</a></li><li class="chapter-item expanded "><a href="guides/wallet.html" target="_parent"><strong aria-hidden="true">8.3.</strong> Wallet</a></li><li class="chapter-item expanded "><a href="guides/batch-inscribing.html" target="_parent"><strong aria-hidden="true">8.4.</strong> Batch Inscribing</a></li><li class="chapter-item expanded "><a href="guides/splitting.html" target="_parent"><strong aria-hidden="true">8.5.</strong> Splitting</a></li><li class="chapter-item expanded "><a href="guides/collecting.html" target="_parent"><strong aria-hidden="true">8.6.</strong> التجميع</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="guides/collecting/sparrow-wallet.html" target="_parent"><strong aria-hidden="true">8.6.1.</strong> محفظة سباروو</a></li></ol></li><li class="chapter-item expanded "><a href="guides/moderation.html" target="_parent"><strong aria-hidden="true">8.7.</strong> الإشراف</a></li><li class="chapter-item expanded "><a href="guides/reindexing.html" target="_parent"><strong aria-hidden="true">8.8.</strong> إعادة الفهرسة</a></li><li class="chapter-item expanded "><a href="guides/sat-hunting.html" target="_parent"><strong aria-hidden="true">8.9.</strong> جمع الساتوشي</a></li><li class="chapter-item expanded "><a href="guides/settings.html" target="_parent"><strong aria-hidden="true">8.10.</strong> Settings</a></li><li class="chapter-item expanded "><a href="guides/teleburning.html" target="_parent"><strong aria-hidden="true">8.11.</strong> Teleburning</a></li><li class="chapter-item expanded "><a href="guides/testing.html" target="_parent"><strong aria-hidden="true">8.12.</strong> التجارب</a></li></ol></li><li class="chapter-item expanded "><a href="bounties.html" target="_parent"><strong aria-hidden="true">9.</strong> المكافآت</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="bounty/0.html" target="_parent"><strong aria-hidden="true">9.1.</strong> جائزة 0: 100,000 ساتوشي مكتملة!</a></li><li class="chapter-item expanded "><a href="bounty/1.html" target="_parent"><strong aria-hidden="true">9.2.</strong> جائزة 1: 200,000 ساتوشي مكتملة!</a></li><li class="chapter-item expanded "><a href="bounty/2.html" target="_parent"><strong aria-hidden="true">9.3.</strong> جائزة 2: 300,000 ساتوشي مكتملة!</a></li><li class="chapter-item expanded "><a href="bounty/3.html" target="_parent"><strong aria-hidden="true">9.4.</strong> جائزة 3: 400,000 ساتوشي</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" target="_parent">المقدمة</a></li><li class="chapter-item expanded "><a href="overview.html" target="_parent"><strong aria-hidden="true">1.</strong> نظرة عامة</a></li><li class="chapter-item expanded "><a href="digital-artifacts.html" target="_parent"><strong aria-hidden="true">2.</strong> التحف الرقمية</a></li><li class="chapter-item expanded "><a href="inscriptions.html" target="_parent"><strong aria-hidden="true">3.</strong> إنسكريبشين</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="inscriptions/delegate.html" target="_parent"><strong aria-hidden="true">3.1.</strong> Delegate</a></li><li class="chapter-item expanded "><a href="inscriptions/metadata.html" target="_parent"><strong aria-hidden="true">3.2.</strong> Metadata</a></li><li class="chapter-item expanded "><a href="inscriptions/pointer.html" target="_parent"><strong aria-hidden="true">3.3.</strong> Pointer</a></li><li class="chapter-item expanded "><a href="inscriptions/provenance.html" target="_parent"><strong aria-hidden="true">3.4.</strong> Provenance</a></li><li class="chapter-item expanded "><a href="inscriptions/recursion.html" target="_parent"><strong aria-hidden="true">3.5.</strong> التكرار</a></li><li class="chapter-item expanded "><a href="inscriptions/rendering.html" target="_parent"><strong aria-hidden="true">3.6.</strong> Rendering</a></li><li class="chapter-item expanded "><a href="inscriptions/uris.html" target="_parent"><strong aria-hidden="true">3.7.</strong> URIs</a></li><li class="chapter-item expanded "><a href="inscriptions/burning.html" target="_parent"><strong aria-hidden="true">3.8.</strong> Burning</a></li><li class="chapter-item expanded "><a href="inscriptions/examples.html" target="_parent"><strong aria-hidden="true">3.9.</strong> Examples</a></li></ol></li><li class="chapter-item expanded "><a href="runes.html" target="_parent"><strong aria-hidden="true">4.</strong> Runes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="runes/specification.html" target="_parent"><strong aria-hidden="true">4.1.</strong> Specification</a></li></ol></li><li class="chapter-item expanded "><a href="faq.html" target="_parent"><strong aria-hidden="true">5.</strong> الأسئلة الشائعة</a></li><li class="chapter-item expanded "><a href="contributing.html" target="_parent"><strong aria-hidden="true">6.</strong> المساهمة</a></li><li class="chapter-item expanded "><a href="donate.html" target="_parent"><strong aria-hidden="true">7.</strong> التبرع</a></li><li class="chapter-item expanded "><a href="guides.html" target="_parent"><strong aria-hidden="true">8.</strong> إرشادات</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="guides/api.html" target="_parent"><strong aria-hidden="true">8.1.</strong> API</a></li><li class="chapter-item expanded "><a href="guides/explorer.html" target="_parent"><strong aria-hidden="true">8.2.</strong> المتصفح</a></li><li class="chapter-item expanded "><a href="guides/wallet.html" target="_parent"><strong aria-hidden="true">8.3.</strong> Wallet</a></li><li class="chapter-item expanded "><a href="guides/batch-inscribing.html" target="_parent"><strong aria-hidden="true">8.4.</strong> Batch Inscribing</a></li><li class="chapter-item expanded "><a href="guides/splitting.html" target="_parent"><strong aria-hidden="true">8.5.</strong> Splitting</a></li><li class="chapter-item expanded "><a href="guides/collecting.html" target="_parent"><strong aria-hidden="true">8.6.</strong> التجميع</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="guides/collecting/sparrow-wallet.html" target="_parent"><strong aria-hidden="true">8.6.1.</strong> محفظة سباروو</a></li></ol></li><li class="chapter-item expanded "><a href="guides/moderation.html" target="_parent"><strong aria-hidden="true">8.7.</strong> الإشراف</a></li><li class="chapter-item expanded "><a href="guides/reindexing.html" target="_parent"><strong aria-hidden="true">8.8.</strong> إعادة الفهرسة</a></li><li class="chapter-item expanded "><a href="guides/sat-hunting.html" target="_parent"><strong aria-hidden="true">8.9.</strong> جمع الساتوشي</a></li><li class="chapter-item expanded "><a href="guides/settings.html" target="_parent"><strong aria-hidden="true">8.10.</strong> Settings</a></li><li class="chapter-item expanded "><a href="guides/teleburning.html" target="_parent"><strong aria-hidden="true">8.11.</strong> Teleburning</a></li><li class="chapter-item expanded "><a href="guides/testing.html" target="_parent"><strong aria-hidden="true">8.12.</strong> التجارب</a></li></ol></li><li class="chapter-item expanded "><a href="bounties.html" target="_parent"><strong aria-hidden="true">9.</strong> المكافآت</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="bounty/0.html" target="_parent"><strong aria-hidden="true">9.1.</strong> جائزة 0: 100,000 ساتوشي مكتملة!</a></li><li class="chapter-item expanded "><a href="bounty/1.html" target="_parent"><strong aria-hidden="true">9.2.</strong> جائزة 1: 200,000 ساتوشي مكتملة!</a></li><li class="chapter-item expanded "><a href="bounty/2.html" target="_parent"><strong aria-hidden="true">9.3.</strong> جائزة 2: 300,000 ساتوشي مكتملة!</a></li><li class="chapter-item expanded "><a href="bounty/3.html" target="_parent"><strong aria-hidden="true">9.4.</strong> جائزة 3: 400,000 ساتوشي</a></li></ol></li></ol>
</body>
</html>
Loading

0 comments on commit 782e5b3

Please sign in to comment.