/*/////////////////////////////////////////////////////////
// //
// RECURSIVE TWINS (1/1) //
// //
///////////////////////////////////////////////////////////
An artwork that displays the contents of its sister OBJKT «Recursive Twins (1000/1000)», and vice versa.
This piece, minted as a 1/1 and sold at 1000 tez, fetches, frames and executes the code embedded in the description of its far less exclusive sister OBJKT, a 1000/1000 sold at 1 tez. The 1000/1000, in turn, puts a frame around its 1/1 companion. In this way, the two Recursive Twins get tightly intertwined, thus reducing the artificial scarcity of the 1/1 to absurdity as both pieces essentially swap their contents in an endless, recursive loop.
////////////////////////////////////////////////////////////
HTML/JS · Original artwork by Andreas Rau · Oslo, 2021
Disclaimer: This artwork is an experimental piece that relies on the Hicdex API to function as intended.
The following code is executed by the other Recursive Twin:
//////////////////////////////////////////////////////////*/
frame.innerHTML = `
<main class="rare">
<p>Loading Recursive Twins (1000/1000)…</p>
</main>
<footer>
<p>Recursive Twins (1000/1000)</p>
<p>Andreas Rau, 2021</p>
</footer>`;
load("Recursive Twins (1000/1000)");
////////////////////////////////////////////////////////////