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
The idea of this issue is to implement a support of meta transactions on the mediators contract as so bridged NFTs (or NFTs supporting the standard) could be triggered for the transfer without the necessity in the direct interaction with the contracts from the user side.
For example, the interaction flow could be like the following:
the user is requested to sign a message which could be used to approve a particular account to use transferFrom functionality of the token contract
the message and the signature are incorporated into a call of an extended version of relayToken
some agent sends a transaction with the extended version of relayToken to the mediator contract
the mediator contract uses the message to get the approval for itself to use transferFrom
the mediator contract picks the token and proceeds with the action to complete the token transfer
The text was updated successfully, but these errors were encountered:
Depends on #4.
The idea of this issue is to implement a support of meta transactions on the mediators contract as so bridged NFTs (or NFTs supporting the standard) could be triggered for the transfer without the necessity in the direct interaction with the contracts from the user side.
For example, the interaction flow could be like the following:
relayToken
relayToken
to the mediator contracttransferFrom
The text was updated successfully, but these errors were encountered: