satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

How to claim a "Claimable Balance" on solar wallet. #1270

Closed marcoachury closed 3 years ago

marcoachury commented 3 years ago

I use stellar as my main wallet on stellar network.

I, as many people received a "Claimable Balance" from the AQUA airdrop. https://developers.stellar.org/docs/glossary/claimable-balance/ https://medium.com/aquarius-aqua/announcing-the-initial-aqua-airdrop-6bac308bcc54

The Solar Wallet shows that I received such claimable balance, but dont offer any way to proceed. Is possible to claim such token from solar? The idea is not to share the private keys with any exchange.

Marco Achury

marcoachury commented 3 years ago

Is needed to include on solar wallet a procedure to accept "Claimable balance". Appear that such will be the standar way to do tokens Airdrops.

ebma commented 3 years ago

Hey @marcoachury, claimable balances do not work in Solar at the moment and unfortunately, we will not be able to work on this feature in the near future. It hurts to say this but you'll have to use another wallet for that in the meantime.

marcoachury commented 3 years ago

Is not a complex problem to solve. Just add a button to do couple af calls to horizont.

  1. Get 'id' of the available endpoints.
  2. Create the claim operation.

Solar wallet already has user's private keys. The harder point is to have confidence of the user :-)