-
Notifications
You must be signed in to change notification settings - Fork 2
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
Initial Deploy Flow Sucks #236
Labels
Enhancement
New feature or request
Comments
I was looking into this issue the main bottleneck is the api endpoint that generates IPNS hash |
Blocked by dWeb, waiting on Toml |
adamazad
added a commit
that referenced
this issue
Jan 17, 2023
adamazad
added a commit
that referenced
this issue
Jan 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When you deploy a Nimi page for the first time, we ask you to do two things:
First, you need to sign a message which contains your Nimi data.json contents.
Then, you need to sign a transaction to attach the IPNS key to your ENS content record.
Every time I make someone set it up, I tell them the first time they need to pay a txs fee to claim their profile. They then go to make one, get the request to do a signature and say “oh, actually I already got it gasless - that’s cool”. Most people then think it’s done and have claimed their nimi page before we even prompt the txs in their wallet.
Acceptance criteria:
For first time claiming, you don’t need to sign the txs - just setting the IPNS content is enough as verification as it proves the person owns the ENS domain.
The text was updated successfully, but these errors were encountered: