LedgerHQ / ledger-live-desktop

⛔️ DEPRECATED - Ledger Live (Desktop)
https://www.ledger.com/live
MIT License
953 stars 301 forks source link

Stellar Asset support #3921

Open Stumblinbear opened 3 years ago

Stumblinbear commented 3 years ago

The Stellar network is designed for asset digitization. Showing these assets (as are done with ERC20 tokens) within Ledger Live would be amazing! I had a look through the code, and each ERC20 asset is "hardcoded," however, that would be unnecessary with Stellar. Reading the Stellar.toml of assets in a user's account would give all necessary information for icons, names, etc. Support for listing all assets (and establishing trustlines) would be great, however, simply showing your assets and their worth would be good enough!

I've looked into creating a pull request for this, myself, but getting the app to build on my local machine is proving troublesome.

juan-cortes commented 3 years ago

Would be a great contribution if you could get this kind of feature rolling, what exactly is giving you trouble in building locally? Maybe we can help you on that

tskaggs commented 3 years ago

@juan-cortes Do you know if this is on the roadmap or are contributions still needed? Thanks!

Stumblinbear commented 3 years ago

Any news on this? If anyone can provide any info on how this could be added, I'll see about working on a pull for it, however I don't know what the "best practice" for adding something like this is in this repo.