Minting 1155 with multiple creators. #139
Replies: 4 comments 5 replies
-
Alexon, let's discuss here what's the best scenario here. Could you tell me more about use case you want to implement? |
Beta Was this translation helpful? Give feedback.
-
@evgenynacu hey! Thanks for following up with this discussion. My use case is the following:
Does all this make sense? Thanks again! |
Beta Was this translation helpful? Give feedback.
-
I believe you would need to create the typed_signed_data request form at the time the first creator submits the request. They would sign the form with the creators and royalties filled in. Later, when your administrator approves, they will sign an identical form. Both signatures would then be added in the array submitted in the LazyMint API. As long as you are signing the same request, you should be fine. There is no need to have two approvers at the same time / same UI.
I am curious how multiple creators might be represented/shown in the Rarible UI/store. Please keep me in the loop. I have a similar case. ;-) |
Beta Was this translation helpful? Give feedback.
-
Hi, I am still figuring out how to make this work. Could someone please explain it a bit more detailed, i am seeing many people having this issue as well? thanks in advace |
Beta Was this translation helpful? Give feedback.
-
alexon#6056
Quote: "I was just trying to do this on rinkeby but it failed for me with INCORRECT_LAZY_NFT Invalid creator and signature size. Did this ever work for you?"
Quote 2: "It’s about minting an 1155 with 2+ more creators. The signature part keeps failing because there’s only one signature in the request, mine, and not from the other creators. I was just wondering how we could mint an nft with 2+ creators if only one of the creators is the one doing the mint action."
Answer from @evgenynacu: You should include signatures for every creator (and you can include zero-length signature for the creator who is executing transaction)
Quote 3: But how does one get the signature for other creators? There’s only one person minting and signing. I don’t think I followed. Are there any examples or docs about minting with more than one creator?
Answer from @evgenynacu : Other creators should co-sign.
Beta Was this translation helpful? Give feedback.
All reactions