什麼是Ordinals遞歸銘文,遞歸銘文是指在區塊鏈上進行的一種銘刻方式,它可以打破在之前的銘刻方式中,每個銘文都是獨立的、沒有關聯的尷尬情況,通過本身可自我引用的特性,開啟自由組合的可能。
簡而言之,遞歸銘文就是一個銘文去請求其他銘文的內容,並允許使用特殊的"/-/content/:銘文ID"語法 來請求其他銘文的內容。
可以想像成GitHub去中心化版本,公開資源任何人都能使用,理論上你可以創造魔獸世界在區塊鏈上運行並永久保存,這些資源都將是公開的公共資源,就像加入素材庫,其他人都可以使用遞歸銘文引用它們。
What is Recursive Inscription, and what does it mean to have inscriptions in a recursive manner on the blockchain? Recursive Inscription refers to a method of inscription carried out on the blockchain that breaks away from the previous inscriptions' independent and disconnected nature. Through its self-referential characteristic, it opens up possibilities for free combinations.
In simple terms, Recursive Inscription is a way for one inscription to request the content of other inscriptions, using the special syntax "/-/content/:InscriptionID" to request the content of other inscriptions.
You can imagine it as a decentralized version of GitHub, where public resources are available for anyone to use. In theory, you could create a version of World of Warcraft running on the blockchain and preserve it indefinitely. These resources would be publicly accessible, just like joining a library, and others can use Recursive Inscription to reference them.

我們希望保留在銘文上的數據盡量單純,這樣可以使檔案大小控制在1KB以下進行銘刻,大幅的減少了燃氣費消耗,同時他也需要符合多平台與瀏覽器的使用規範,因此我們參考了Recursive Frogs的CSS格式與JS特徵格式,並且獨立出來成為單獨銘文引用。
理論上建立一個標準規格的公開資源是必定會發生,所有遞歸銘文都參考同一套標準化的基礎來進行更多的變化。
因此我們將JavaScript 和 CSS 類型透過遞歸方式索引進行引用,新的銘文只需要符合規則,就可以直接選取特徵後進行銘刻並於前端渲染。
We aim to keep the data preserved in inscriptions as simple as possible, allowing the file size to be controlled within 1KB for inscription. This significantly reduces gas consumption and ensures compatibility with multiple platforms and browsers. To achieve this, we have referenced the CSS formatting and JS feature formats of Recursive Frogs and extracted them as standalone inscription references.
The establishment of a standardized specification for public resources is inevitable in theory, where all recursive inscriptions refer to the same set of standardized foundations for further variations.
Therefore, we index JavaScript and CSS types recursively for referencing, and new inscriptions only need to comply with the rules to directly select the features for inscription and frontend rendering.

https://ordinals.com/inscription/9fae166222c6cce8892e4f0472b6037edee3f02a99ec3f200736631cdb8e39dci0
<html lang="en">
<head>
<base href="https://Ordinals.com">
<meta charset="UTF-8">
<meta name="viewport" id="1" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/content/CSS INSCRIPTION ID">
<script src="/content/JAVASCRIPT INSCRIPTION ID"></script>
</head>
<body>
<div id="PROJECT"></div>
<script>
const traits = ["BACKGROUND", "BODY", "HEADWEAR", "EYE", "MOUTH", "HAND", "CLASS"];
traits.map(trait => {
const img = document.createElement("img");
img.src = `${PROJECT_traits[trait]}`;
document.getElementById("PROJECT").appendChild(img)
})
</script>
</body>
</html>
當然我們也對GBRC-721進行了遞歸銘文的實作,所有透過燃燒與空投的Ordibeasts使用的則是另一種的遞歸銘文,在整個系列中數量為300,基於Base64轉置圖像特徵上鏈,相關技術可以參考Jerry the Martian所提出的文件。
不論是哪一種形式的遞歸銘文,我們都盡力做到在瀏覽器、平台與錢包中,用戶都能更簡單的看見並使用它。
Of course, we have also implemented recursive inscriptions for GBRC-721. Another form of recursive inscription is used for all 300 Ordibeasts, which are obtained through burning and airdrops. These inscriptions are based on Base64 transposed image features chained together. For more information on the related technology, you can refer to the documentation presented by Jerry the Martian.
Regardless of the form of recursive inscription, we strive to make it easily visible and usable for users across browsers, platforms, and wallets.


關於Ordibeasts,我們已經完成了ordinals的燃燒與遞歸銘文發射,從 June 17 16:00 UTC開始公開發售仍在進行中,你可以很輕鬆地找到網站。
Regarding Ordibeasts, we have successfully completed the burning and recursive inscription launch of ordinals. The public sale began on June 17 at 16:00 and is still ongoing. You can easily find the website to participate.

當大部分的Beasts都被領取後,將會開啟新一輪的實驗,接下來的實驗會以Ordibeasts為主體,你可以理解為只有持有Beasts才能夠參與。
我們關注於實驗與開發,我們將永遠優先考量早期參與我們實驗的持有人的重要性。
Ordibeasts的早期參與者都獲得了獨特的EPIC特徵屬性,沒有付出和努力就沒有收穫,這樣的方式也會繼續延續到未來的所有實驗上,所有300位的早期參與者都將適用於此規則,感謝你們的支持與付出,請等待新一輪的實驗開始,那將是我們收穫的時刻。
所有的細節與線索都在公開消息中,區塊鏈不會騙人並且是對所有人公平
所以你期待哪一種類型新的實驗呢?
Once the majority of Beasts have been claimed, a new round of experiments will be initiated. The upcoming experiments will primarily focus on Ordibeasts, meaning that only those who possess Beasts can participate.
We prioritize the importance of early participants in our experiments as we are committed to research and development.
Early participants of Ordibeasts have been granted unique EPIC attributes. Without effort and dedication, there can be no rewards. This approach will continue in all future experiments. The same rule applies to all 300 early participants. We appreciate your support and contribution. Please stay tuned for the start of the new round of experiments, as it will be our time to reap the rewards.
All the details and clues are available in public announcements. The blockchain is transparent and fair to everyone.
So, which type of new experiment are you looking forward to?


