safe-apps-sdk icon indicating copy to clipboard operation
safe-apps-sdk copied to clipboard

Provide apps access to Safe's addressbook / owners list

Open TomAFrench opened this issue 5 years ago • 3 comments

There are situations when certain apps would benefit from having access to addresses which are relevant to the Safe being used:

  • Users can attach real world names to be displayed in dashboards, etc. Useful for viewing Sablier streams or seeing how people voted through governance apps, etc.
  • In payments apps users can easily select names from address book in a dropdown to pay repeat clients, reducing errors

This is very much a nice-to-have for when the ecosystem is a bit more developed (plus it has some privacy implications which would need to be addressed)

TomAFrench avatar Sep 10 '20 13:09 TomAFrench

plus it has some privacy implications which would need to be addressed

Very important for me :D this might require something like a permission model/ flow

rmeissner avatar Sep 10 '20 13:09 rmeissner

On top of that, on my app I'd like to have a list of assets enabled in the current Safe (even if with a balance of 0), so for example I know what token to display.

alfetopito avatar Oct 07 '20 20:10 alfetopito

Yes, I am currently writing a “CSV Airdrop” app which could be used by Accounting team to pay out suppliers and even employees. It would be a benefit to them if they were able to cross check the addresses from the CSV they upload with their own address book before submitting the transfers.

https://github.com/bh2smith/safe-airdrop/

bh2smith avatar Dec 04 '20 08:12 bh2smith