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
When trying to search for a domain and know the price and years options, the RNS Manager requests the user to connect with a web3 provider such as Metamask/Nifty/WalletConnect.
As the user has not taken any blockchain action they should not be requested to do that.
The need for that is after the user presses the “Request to register” button.
Insert a valid and available domain name and press “Search” button
Press “Register” button
You’ll be prompted with this screen # 1:
The idea is to change step 4 --> The user should be directed to this screen # 2 with no additional actions needed:
And then, screen # 1 should only appear after the user presses “Request to register" button (if still not connected to a web3 provider).
This will make that non-crypto users can know for how long they could register the RNS domain and how much would it cost before having to have any blockchain knowledge nor wallet.
The text was updated successfully, but these errors were encountered:
Step 1 checks if the user has RIF before allowing the user to click "Request to Register". Moving the login to after this step could result in the user wasting gas on the first transaction if they don't have the funds for the second.
When trying to search for a domain and know the price and years options, the RNS Manager requests the user to connect with a web3 provider such as Metamask/Nifty/WalletConnect.
As the user has not taken any blockchain action they should not be requested to do that.
The need for that is after the user presses the “Request to register” button.
Steps to reproduce:
The idea is to change step 4 --> The user should be directed to this screen # 2 with no additional actions needed:
And then, screen # 1 should only appear after the user presses “Request to register" button (if still not connected to a web3 provider).
This will make that non-crypto users can know for how long they could register the RNS domain and how much would it cost before having to have any blockchain knowledge nor wallet.
The text was updated successfully, but these errors were encountered: