All Projects β†’ Block-Equity β†’ stellar-android-wallet

Block-Equity / stellar-android-wallet

Licence: MIT License
An open source Android wallet for Stellar.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to stellar-android-wallet

infinitree
Scalable and encrypted embedded database with 3-tier caching
Stars: ✭ 80 (+158.06%)
Mutual labels:  encryption
secure-webrtc-swarm
πŸ’’ Create a swarm of p2p connections with invited peers using WebRTC.
Stars: ✭ 23 (-25.81%)
Mutual labels:  encryption
jose-simple
Jose-Simple allows the encryption and decryption of data using the JOSE (JSON Object Signing and Encryption) standard.
Stars: ✭ 50 (+61.29%)
Mutual labels:  encryption
CameraV
CameraV: InformaCam Default Android App
Stars: ✭ 81 (+161.29%)
Mutual labels:  encryption
spring-data-mongodb-encrypt
Lightweight library for simple & easy per-field encryption in mongodb+spring
Stars: ✭ 62 (+100%)
Mutual labels:  encryption
ArduinoSpritzCipher
Spritz encryption system portable C library, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and general-purpose functions. It's also an Arduino library.
Stars: ✭ 67 (+116.13%)
Mutual labels:  encryption
diary-app
πŸ”An End-To-End Encrypted Diary Web App
Stars: ✭ 83 (+167.74%)
Mutual labels:  encryption
cfn-encrypt
πŸ”‘πŸ”β˜οΈ Cloudformation custom resource that enables creation of KMS encrypted strings and SSM secure parameters
Stars: ✭ 13 (-58.06%)
Mutual labels:  encryption
easy-encryption
A very simple C++ module to encrypt/decrypt strings based on B64 and Vigenere ciper.
Stars: ✭ 108 (+248.39%)
Mutual labels:  encryption
trusted-crypto
A native library implementing of cryptography, ciphers, PKI and the formats that are used in PKI applications.
Stars: ✭ 19 (-38.71%)
Mutual labels:  encryption
shadowsocks-libev-nocrypto
libev port of shadowsocks. In this fork, encryption is optional!
Stars: ✭ 24 (-22.58%)
Mutual labels:  encryption
jackpair
p2p speech encrypting device with analog audio interface suitable for GSM phones
Stars: ✭ 26 (-16.13%)
Mutual labels:  encryption
kms-env
A tool to encrypt and decrypt environment variables using KMS
Stars: ✭ 16 (-48.39%)
Mutual labels:  encryption
FlashPaper
One-time encrypted password/secret sharing
Stars: ✭ 85 (+174.19%)
Mutual labels:  encryption
DAR
DAR - Disk ARchive
Stars: ✭ 58 (+87.1%)
Mutual labels:  encryption
userless
A client and server side solution for zero knowledge authentication, in Go
Stars: ✭ 15 (-51.61%)
Mutual labels:  encryption
Seedshift
Plausibly deniable steganographic encryption of BIP-39 mnemonic seed words with a date shift cipher
Stars: ✭ 21 (-32.26%)
Mutual labels:  encryption
Python-File-Encryptor
Encrypt and Decrypt files using Python (AES CBC MODE)
Stars: ✭ 51 (+64.52%)
Mutual labels:  encryption
powerauth-crypto
PowerAuth - Open-source solution for authentication, secure data storage and transport security in mobile banking.
Stars: ✭ 48 (+54.84%)
Mutual labels:  encryption
GoGreen
Environmental (and http) keying for scripting languages
Stars: ✭ 40 (+29.03%)
Mutual labels:  encryption

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.

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].