Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[L2] Implement transfer function on gateway for transferring subdomains ownership #101

Open
pikonha opened this issue May 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pikonha
Copy link
Contributor

pikonha commented May 27, 2024

Feature Request

The user should be able to transfer its domains to any given address as long as the ownership is validated.

Describe Preferred Solution

The function signature looks like this:

function transfer(signature: string, address: string, domain: string) : Promise<void>;

This function follows the ERC-712 NFT standard and the underlying implementation should change the domain's owner address to the given one.

The signature is required to validate the ownership of the address before transferring it.

@pikonha pikonha added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🔖 TODO
Development

No branches or pull requests

2 participants