solar icon indicating copy to clipboard operation
solar copied to clipboard

🌞 Stellar wallet. Secure and user-friendly.

Results 114 solar issues
Sort by recently updated
recently updated
newest added

Support importing and exporting mnemonic keyphrases instead of secret keys. Secret key import/export should still be possible, but mnemonic phrases should become the default. Show a small text button "Use...

user story

Solar wallet is very easy to use, even better if it supports multiple languages.

help wanted
user story

Don't re-throw a caught error in the `useWellKnownAccounts` hook but add the error to local state and make it accessible. This does not show a toast notification with a 'custom'...

The application crashes when trying to access the "Send payment" view if the stellar.expert account directory cannot be fetched. TODO: Catch the error and show an error toast notification instead.

bug

Show fiat estimates in asset details view and send-payment dialog. Ideally in trade dialog and withdrawal dialog, too. Requires the ability to set a preferred currency in the app settings...

user story
ux required

- [x] Add ledger-sdk dependencies + types - [x] Add helper functions for using the ledger sdk - [x] Add IPC for requesting hardware wallet accounts from within application -...

It would be nice to have this app available on F-Droid ;)

Add Chinese translations, contributed by @fm612 and reviewed by @Berniebaby. - [x] Translate all translatable strings - [ ] Translate strings that are still hardcoded as of now (wait for...

Add at least a few simple end-to-end tests. Use `spectron` to check the electron app. See . Investigate whether taking snapshots () and testing with `shutter.sh` makes sense.

tech story

Ledger wallets come with a pretty convenient SDK: . - Check for connected hardware wallets and show them in the accounts list - Show some "hardware wallet" icon next to...

user story
research