future-tense / stargazer

Stargazer is a mobile/desktop wallet for the Stellar payments network --
https://getstargazer.com
106 stars 33 forks source link
cryptocurrency electron ionic javascript stellar

Stargazer

A wallet application for the Stellar platform. Desktop and Mobile.

Main features:

Security

All private keys are stored in localStorage, encrypted or not. Within the app, key decryption and transaction signing all take place inside the Keychain service in app/core/services/keychain.js. The only time an unencrypted private key leaves that service is when an account is being exported and you're not using password protection.

All transactions go through the same steps of being displayed for review before being signed and submitted.

Translations

NB: Some of the phrases contains placeholders, e.g. {{key}}, where the placeholder key mustn't be translated. Some of the phrases, specifically the XX days/hours/minutes/seconds ago ones, have both a singular and a plurar form that should be translated.

Build instructions

Building the baseline app

npm install
npm run clean
npm run build, or npm run build-prod

Building for desktop

cd electron
npm install
npm run start

Building for mobile

cd ionic
npm install -g ionic
npm install -g cordova
npm install

ionic cordova resources android --icon
ionic cordova prepare
npm run start

License

Apart from the following files:

which originate from Copay, and are made available under the terms of the MIT License, Stargazer is not open source.

Contact hello@futuretense.io for inquiries about commercial licensing, white labeling, etc.

Copyright © 2016-2019 Future Tense, LLC