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

[feature] API to add new verified domains #2790

Open
antoinedc opened this issue Sep 3, 2024 · 1 comment
Open

[feature] API to add new verified domains #2790

antoinedc opened this issue Sep 3, 2024 · 1 comment

Comments

@antoinedc
Copy link

What problem does this new feature solve?

I'm building a block explorer as a service (https://tryethernal.com), and customers can host their explorer on their own subdomain.
This explorer includes a contract interaction part, where users can send transactions through the UI.
At the moment, the only way to connect a wallet is through Metamask.

I can't switch to WC because I need to manually whitelist every domain, and this would slow down the process of setting up an explorer considerably if I need to do that when a customer adds a new domain.

An alternative would be to ask the customer to create WC account and copy/paste the verification code, but that isn't an ideal UX.

Describe the solution you'd like

Ideally, I'd like to have an API that I can send a new domain to, and that returns the verification code.
On my end, I'll be able to generate a dynamic /.well-known/walletconnect.txt file with all the verification codes.

@rtomas
Copy link
Contributor

rtomas commented Sep 5, 2024

Hi @antoinedc,
The team really like the idea and we are definitely on plans to do it.
I don't think it will be available in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants