Skip to content

sacarlson/stargazer

 
 

Repository files navigation

Stargazer

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

Main features:

  • Multiple accounts

  • Multiple assets

    • Issue/Redeem
    • Send/Receive/Trade
  • Multiple networks

  • Send to

    • Stellar addresses
    • Federated addresses
    • Email addresses
  • Create/receive payment requests

  • Add contacts

    • using QR code
    • from a transaction
  • Add comments to transactions

  • Import/export accounts

    • QR code
    • Manual input

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.

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
bower install
grunt build

Building for desktop

cd electron
npm install
npm run start

Building for mobile

cd ionic
npm install -g ionic
npm install

ionic resources android --icon
ionic state restore
npm run start

License

Stargazer is released under the GNU Affero General Public License v3 (AGPL), except for the following files:

  • app/core/controllers/scanner.js
  • app/core/directives/qr-scanner.js
  • app/core/services/platform-info.js

which originate from Copay, and are made available under the terms of the MIT License.

Copyright © 2016-2017 Future Tense, LLC

About

Stargazer is a mobile/desktop wallet for the Stellar payments network --

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.9%
  • HTML 25.4%
  • CSS 16.4%
  • Shell 0.3%