📜A PROTOCOL

From a simple text note to any complex system.

This approach combines a simple text.standard (the code) and an HTML file (the decoder).

Time architectural strategy

We introduce a simple yet effective change in the architectural strategy. By transforming a humble text file into a tool capable of recursive inscriptions, we unlock a new level of potential for blockchain operations.

The .text standard plays the role of a code, while the HTML file acts as the decoder, interpreting the instructions encapsulated within the .text file.

Visualizer (Decoder)

The HTML file, or the decoder, needs to include a key component:

<input id="textStandard" type="hidden">

document.getElementById('textStandard').value;

With these, the HTML file can effectively interpret the text and interact with it, executing the embedded inscriptions accordingly.

<input id="textStandard" type="hidden">

<script>
document.getElementById('textStandard').value;
</script>

Third-Party Integration

Bitcoin Time's methodology significantly simplifies the integration process for third-party platforms such as websites, marketplaces, scanner tools, wallets, and other services engaging with the Ordinals blockchain.

The integration only requires the incorporation of a single line of code:

iframe.getElementById('textStandard').value = textStandard;

Last updated