dabitdev / stellar-android-wallet

An open source Android wallet for Stellar.

Home Page:https://www.blockeq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlockEQ Android Wallet

Download on the Play Store

Project Status

Build Status Slack chat Twitter

Table of Contents

Introduction

BlockEQ is a private Stellar wallet that allows you to easily create or access an account with a recovery phrase. With BlockEQ you can send, receive, and trade XLM and Stellar tokens on the SDEX, Stellar’s decentralized exchange.

Features

A few of the main things the wallet supports:

  • Add & remove Stellar Tokens
  • Join an inflation pools
  • QR code address display and scanning
  • Use memo field for sending to exchanges
  • Create and recover a new wallet with a 12 or 24 word mnemonic phrase
  • Change PIN Settings (Toggle on/off for opening app or sending)

A few things coming soon:

  • SDEX Trading
  • Exchange address recognition (Memo Required)

Feedback

Feel free to send us feedback on Twitter or file an issue.

Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!

If you just want to hang out and chat about BlockEQ, please feel free to join our Slack Channel!

Development

Please take a look at the contributing guidelines for a detailed process on how to build your application as well as troubleshooting information.

Getting Started

Building the Project

OS X, Windows & Linux:

git clone https://github.com/Block-Equity/stellar-android-wallet.git
  1. cd into the project repo
  2. Import the project. Open Android Studio, click Open an existing Android Studio project and select the project. Gradle will build the project.
  3. Run the app. Click Run > Run 'app'. After the project builds you'll be prompted to build or launch an emulator.

If the above steps completed successfully, you're ready to begin developing! Otherwise, check out he troubleshooting section below.

Troubleshooting

Build Errors

These are difficult to predict ahead of time, but general build error fixes include:

  • Peforming a clean build
  • File > Invalidate Caches/ Restart

If you still are having issues, an upstream dependency may have caused build errors, or there might be something specific to your environment. Feel free to open an issue if you find yourself in this situation.

About

An open source Android wallet for Stellar.

https://www.blockeq.com

License:MIT License


Languages

Language:Kotlin 90.0%Language:Java 10.0%Language:Shell 0.0%