Nft-lazy-mint-controller requiers a signature. How do I get it? #14
-
Question Posted: 19 August 2021, in Discord
It looks like nft-lazy-mint-controller requires a signature (string)
Pls, check example from the docs. There is an example how to get the signature and lazy mint. It's done using sdk
I tried that. SDK seems not to be working. So I'm looking for other ways to make it work Here's what the sdk mint post request returns: 400. The part that makes no sense is that the request payload has no signatures. I think "generate token ID" returns a signature.
Right now it's an object. Can you please help me understand how to convert it to a string that is needed for minting?
What doesn't work? Did you check an example? https://github.com/rarible/protocol-example
I did. It returns 400, my guess is that SDK can't find a signature. The image is attached above. That's why I'm trying to find a way to get the signature manually and bypass the SDK. Is there a way to get the signature without the SDK? I used "generate token ID", Is it the way to go? if so, how do i turn this "signature": { into an acceptible signature string for the mint request on your API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon. |
Beta Was this translation helpful? Give feedback.
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon.