aeternity / aepp-bridge

https://ae-bridge.com
ISC License
0 stars 2 forks source link

Provide 'What's next' information containing token contract addresses and guides #27

Closed nikita-fuchs closed 2 months ago

nikita-fuchs commented 3 months ago

Right now, the bridge does what it should but gives users no instructions what to do next after they've bridged something, so that they can handle the bridged funds. Even people from our team struggle.

So when the average Joe bridges himself some wAE, he doesn't know how to handle this, unless somebody put something in place in the meantime. Therefore we must, after the success message, show an info panel:

In case the bridging is ae -> eth

" What's next ?

In case you have not added [token name] to your wallet or it is not shown you there automatically by now, you might need to add it manually to your wallet. Read this: How do I add a token to Metamask , {add more wallets here, laurent should know the most popular others} ? If your wallet asks you for the contract address of [token name], you need to provide this one: `ak_abc/0x1337...' You can also check for the address again at {link at the top providing important information, as well as all contract addresses on all networks} "

In case the bridging is eth -> ae , we need to put this:

"What's next ?

The recieved tokens should automatically be added to your Superhero Wallet, you can find them by opening your Superhero Wallet and clicking on the account you have put as the recipient of the tokens:

image

If they have not appeared there yet, try refreshing the wallet or check in again in a few minutes. If you sitll have issues, please reach out in the forum "

yusufseyrek commented 2 months ago

Hi @nikita-fuchs, as requested I've provided further instruction/information in the bridge action summary pop-up after the action was successfully sent:

Screenshot 2024-08-23 at 16 07 52

Also, I improved the content and added a button to manually add the token to the wallet's token list with one click, as seen in the screenshot. Closing this issue now.

nikita-fuchs commented 2 months ago

hey, as mentioned in telegram: can you please add this information also somewhere where people can look it up afterwards, too, like the FAQs ? "I've bridged my tokens, what's next?" We will need another subpage listing all the token addresses so people have them at their disposal when neccessary. No need to add a separate link to them in the menu, just linking to it from that FAQ entry would be enough

yusufseyrek commented 2 months ago

I've added the entry to the faq as requested:

Screenshot 2024-08-26 at 01 19 56

Also, added a page for the supported tokens list which is linked from faq:

Screenshot 2024-08-26 at 01 21 05

Let me know if any other changes are needed or if this simply looks good so that we can close this issue.

nikita-fuchs commented 2 months ago

awesome job, thank you! I'll revisit later in case, but so far it's nice.