Hi folks, have a question on minting if anyone can advise:
I am using the ECDSA.recover function in solidity in conjunction with EIP-712 protocol to create a signed voucher from an address that is listing an NFT in lazy mint form, then having that signed voucher be redeemed by the buyer of the NFT
When using the ECDSA.recover function to decrypt a signed voucher, that includes the data needed to mint a token, and return the address of the person who signed that voucher, I am receiving a completely different address Than the address of the person who signed that voucher. The address I am receiving is a random address (no connection to the source contracts).
Apr 7, 2022, 4:05 PM