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 developer portal now allows people to create linkdrops, but we still need to redirect people to "my near wallet" in order to claim them.
The problem is that "My NEAR Wallet" does not display the drops correctly, for example, if an NFT is to be claimed, it will only show that the user wants to "Claim 0 NEAR". On claiming, the user will receive the NFT, but this is very poor UX.
User Story
As a user I would like be able to see what I am about to claim, and be redirected to my preferred wallet to claim it.
Acceptance Criteria
A new /claim page needs to be created, which takes the claim private key as an URL fragment (e.g. /claim#
The claim page must show what is going to be claimed (the NFT image, or the tokens + amount)
The claim page must allow the user to choose which wallet to use to claim the linkdrop, and redirect accordingly
Background
The developer portal now allows people to create linkdrops, but we still need to redirect people to "my near wallet" in order to claim them.
The problem is that "My NEAR Wallet" does not display the drops correctly, for example, if an NFT is to be claimed, it will only show that the user wants to "Claim 0 NEAR". On claiming, the user will receive the NFT, but this is very poor UX.
User Story
As a user I would like be able to see what I am about to claim, and be redirected to my preferred wallet to claim it.
Acceptance Criteria
/claim
page needs to be created, which takes the claim private key as an URL fragment (e.g. /claim#Resources & Additional Notes
Priority
The text was updated successfully, but these errors were encountered: