Comment on page
Relay examples
Relays allow an SNS name to point to another inscription. This is similar to an "a record" in DNS.
This is different than recursive inscriptions. Recursion inserts the content of one inscription into another. Relay simply establishes a link, pointing one inscription at another, giving the target inscription a human readable name. Examples below:
{
"p": "sns",
"op": "reg",
"name": "white-paper.sats",
"relay": "85b10531435304cbe47d268106b58b57a4416c76573d4b50fa544432597ad670i0",
}

{
"p": "sns",
"op": "reg",
"name": "hellodickbutt.sats",
"relay": "26482871f33f1051f450f2da9af275794c0b5f1c61ebf35e4467fb42c2813403i0",
}

{
"p": "sns",
"op": "reg",
"name": "taprootwzrd.sats",
"relay": "0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0aei0",
}

{
"p": "sns",
"op": "reg",
"name": "mrmarshall.sats",
"relay": "111bb15037a4665a79701edb84050b802be1b16791f4a6f03a673d2d3e23cf70i0",
}

{
"p": "sns",
"op": "reg",
"name": "hellofelipe.sats",
"relay": "5225a64d069123381db15173822e6b6f924d5f4cb578bd260f82c754a20f8bf5i0",
}

Last modified 2mo ago