-
I know the ordinals docs does provide some brief examples of the bitcoin script required for creating a parent child inscription and it does seem straightforward in ord wallet. However if creating the transaction and envelope manually I was wondering how does one |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
You have to manually construct the transaction by selecting as one of the inputs the one that contains the parent inscriptions. If you're interested how we do it have a look at the file |
Beta Was this translation helpful? Give feedback.
-
thanks @raphjaph that's what i figured! thanks for the code ref. still fumbling about in bitcoin script trying to get it right. can i use an inscription that i created from ord client when i no longer have access to that client? I do have access to the inscription. also can a parent have multiple chlidren? does anything special need to be done with the parent to support that? |
Beta Was this translation helpful? Give feedback.
-
Thanks alot !
…On Thu, Apr 11, 2024, 07:34 raph ***@***.***> wrote:
you include two tag 3 fields with the respective parent ids
—
Reply to this email directly, view it on GitHub
<#2880 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKE7SAEGTE2MEJBHRTP33DY4XVSXAVCNFSM6AAAAABAZ77ZCGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TANZYGA3TM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
But I have noticed, sometimes both the parents are shown and sometimes only
one on Ordinals.com?
Why is that the case?
…On Thu, Apr 11, 2024, 07:53 Rohit Keshav ***@***.***> wrote:
Thanks alot !
On Thu, Apr 11, 2024, 07:34 raph ***@***.***> wrote:
> you include two tag 3 fields with the respective parent ids
>
> —
> Reply to this email directly, view it on GitHub
> <#2880 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AKKE7SAEGTE2MEJBHRTP33DY4XVSXAVCNFSM6AAAAABAZ77ZCGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TANZYGA3TM>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
You have to manually construct the transaction by selecting as one of the inputs the one that contains the parent inscriptions. If you're interested how we do it have a look at the file
src/subcommand/wallet/inscribe/batch.rs
lines 209 and down.