You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loopring relayers should allow users who own NFTs on the Loopring exchange to create corresponding Ethereal NFTs.
Loopring is a layer 2 (blockchain?) on top of Ethereum Mainnet.
It is possible for Loopring users to mint counterfactual NFTs, which do not have a corresponding NFT contract on Ethereum mainnet yet - the mainnet contracts are deployed deterministically via a factory.
Need to look into the Loopring user experience - is it reasonable to ask for an Ethereum account signature from the user signifying that they want to create an Ethereal corresponding to a Loopring NFT they own?
The text was updated successfully, but these errors were encountered:
Loopring relayers should allow users who own NFTs on the Loopring exchange to create corresponding Ethereal NFTs.
Loopring is a layer 2 (blockchain?) on top of Ethereum Mainnet.
It is possible for Loopring users to mint counterfactual NFTs, which do not have a corresponding NFT contract on Ethereum mainnet yet - the mainnet contracts are deployed deterministically via a factory.
Loopring has an API, and there is an endpoint to check the current owner of an NFT: https://docs.loopring.io/en/dex_apis/getNftsInfo.html
Need to look into the Loopring user experience - is it reasonable to ask for an Ethereum account signature from the user signifying that they want to create an Ethereal corresponding to a Loopring NFT they own?
The text was updated successfully, but these errors were encountered: