Thoughts on recursive runes #3779
ethereumspace
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my thoughts:
The first idea. When deploying rune, add payload and store different numbers of rune tokens, corresponding to the mapping data of different inscribe ids. In this way, when you have different numbers of rune tokens, the final performance will be different.
The second idea. Every time mint rune is operated, the inscribe id of the first sat of the first tx input is used as the rune token balance performance. When there are two tx that have been mint rune, they are merged into one utxo for rune generation. When transferring coins, the representation of the inscribe id of the first sat of each of the two inputs will be read and merged to become the representation of the output rune token balance.
Beta Was this translation helpful? Give feedback.
All reactions