Regular Examples
Please understand that this is an experimental standard and know how it works before testing. Use at your own risk. Examples of balance changing events.
Deploy "xtai"
This example for demonstration purposes only.
Deploying function with required information:
Mint 1 "xtai" with message "Hello world" to yourself
Minter populates mint function with required information:
Inscribe the function to your own ordinal enabled wallet taproot address. Make sure not using inscription service that mints to itself first.
You now have 1 "xtai" with the encoding of an encrypted message "Hello world"
Minter
0
1
?????
Transfer 1 "xtai" with massage "Hello world" to Satoshi's wallet
Satoshi wallet just an example. Can send to any ordinal compatible taproot address.
Populate transfer function with required information:
Inscribe the function to your own ordinal enabled wallets taproot address that holds the balance. Make sure not using inscription service that mints to itself first. Some ordinal wallets generate a different address each time, make sure to send to the address that holds the balance.
Send the inscription from your wallet to Satoshi's ordinal enabled wallets taproot address (if he had one).
Satoshi now has 1 "xtai" with the encoding of an encrypted message "Hello world" if Satoshi is the deployer of "xtai", he can decoding and get the real message.
sender
1
0
????????
satoshi
0
1
"Hello world"
Last updated