All Projects → future-tense → Stargazer

future-tense / Stargazer

Licence: agpl-3.0
Stargazer is a mobile/desktop wallet for the Stellar payments network --

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stargazer

Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-5.71%)
Mutual labels:  cryptocurrency
Explorer
A Blockchain Explorer for ARK using Vue.js and Tailwind CSS.
Stars: ✭ 102 (-2.86%)
Mutual labels:  cryptocurrency
Btcticker
ePaper Cryptocurrency Ticker
Stars: ✭ 103 (-1.9%)
Mutual labels:  cryptocurrency
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-4.76%)
Mutual labels:  cryptocurrency
Awesome Cryptocurrency Security
😎 Curated list about cryptocurrency security (reverse / exploit / fuzz..)
Stars: ✭ 102 (-2.86%)
Mutual labels:  cryptocurrency
Coco
The fastest crypto online
Stars: ✭ 103 (-1.9%)
Mutual labels:  cryptocurrency
Binance.api.csharp.client
C#.NET client for Binance Exchange API.
Stars: ✭ 98 (-6.67%)
Mutual labels:  cryptocurrency
Arbitrage Chances
Finding the best arbitrage opportunies for the top 100 cryptocurrencies in python3.
Stars: ✭ 105 (+0%)
Mutual labels:  cryptocurrency
Binancedotnet
Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
Stars: ✭ 102 (-2.86%)
Mutual labels:  cryptocurrency
Beauty
How To Become The Person Selected By Thanos? - 如何成为灭霸选中的人?
Stars: ✭ 103 (-1.9%)
Mutual labels:  ionic
Rrwallet
RRWallet is a opensource cryptocurrency wallet app for both iOS and Android devices🚀
Stars: ✭ 101 (-3.81%)
Mutual labels:  cryptocurrency
Ionic Collection
🤘 Looking for about Ionic Framework?
Stars: ✭ 101 (-3.81%)
Mutual labels:  ionic
Ruui
React's cross-platform UI for Web and Native (Android, iOs)
Stars: ✭ 103 (-1.9%)
Mutual labels:  ionic
Mobile App
Color your memories
Stars: ✭ 99 (-5.71%)
Mutual labels:  ionic
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-0.95%)
Mutual labels:  cryptocurrency
Bitzeny
[z2.0.x] BitZeny Core integration/staging tree created by the New Dev team
Stars: ✭ 99 (-5.71%)
Mutual labels:  cryptocurrency
Poloniex.js
Node.js API client for the Poloniex cryptocurrency exchange
Stars: ✭ 102 (-2.86%)
Mutual labels:  cryptocurrency
Ionic Stencil Hn App
Ionic Stencil HackerNews App
Stars: ✭ 105 (+0%)
Mutual labels:  ionic
Dcrdata
Decred block explorer, with packages and apps for data collection and storage. Written in Go.
Stars: ✭ 104 (-0.95%)
Mutual labels:  cryptocurrency
Ark Js
An ARK Client for JavaScript.
Stars: ✭ 103 (-1.9%)
Mutual labels:  cryptocurrency

Stargazer

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

Main features:

  • Multiple accounts

  • Multiple account types

    • Personal accounts
    • Shared accounts
  • Multiple assets

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

  • Send to

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

  • Create/receive multi-sig/multi-party signing 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.

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:

  • 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, Stargazer is not open source.

Contact [email protected] for inquiries about commercial licensing, white labeling, etc.

Copyright © 2016-2019 Future Tense, LLC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].