🗒️About decentralized coordinate protocol

A decentralized coordinate service that constructs the meta-universe you want

About ordinals coordinate protocol

About the coordinate protocol, in the meta-universe, the most important basic element is the spatial position, and in the coordinate protocol is based on coordinates to locate. The coordinate system obeys the rule that first is first, and coordinates are based on the (0,0) coordinate as the origin. The closer the coordinates are to the origin, the more prominent they are. You can build anything on this coordinate and bind it to its coordinate, making it easy for the ui to display your corresponding content.

In order to better index the coordinate protocol, please strictly follow the corresponding standards to inscribe, and only perform related operations in this format (x,y). You can use negative numbers as well as 0. x and y represent the x and y axes. The x and y axes must be of type int. Floating point numbers are not allowed. Please check if the relevant coordinates are and are registered before inscribe.

(x,y)

Coordinate protocol based ordinals protocol

Satoshis can be inscribed with arbitrary content, creating Bitcoin-native digital artifacts. Inscribing is done by sending the satoshi to be inscribed in a transaction that reveals the inscription content on-chain. This content is then inextricably linked to that satoshi, turning it into an immutable digital artifact that can be tracked, transferred, hoarded, bought, sold, lost, and rediscovered.

The content inscribed on the Satoshis follows all the first is the first principle

Example

Binding coordinate

You can build anything you want in the body, including JavaScript and html and css styles, such as advertisements, as well as web games, nft avatars or any other code that can be implemented in html.

The coordinate protocol can use a recursive protocol. You can recurse anything. See how to use recursive protocols

The base code for the binding is in the meta tag of the head, make sure you have the corresponding coordinate and use the correct code to bind the corresponding coordinate, make sure you read this documentation carefully.

<html lang="en">
<head>
    <base/>
    <meta charset="UTF-8">
    <meta protocol="ordinals-coordinate"
          coordinate="(0,1)"
          inscribtionId="13fc26dda45605be0527557399e33769f4dfca8a6ad039e8635aa3fe7fea7dedi0"
          ticker=""
          operation="bind"
          version="1.0"
          describtion="this is a first ordinals coordinate project!"
          domain="001.btc"
          Social=""
          >
          
</head>
<body>
<div id="coordinate" >
``````
</div>
</body>
</html>

The interface displayed by the parsing service

The relevant coordinate display interface will be launched later

Last updated