castorinop / burstcoin-mobile

Burstcoin mobile wallet for Android and iOS https://play.google.com/store/apps/details?id=org.icewave.burstcoinwallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get it on Google Play

Burstcoin Mobile Wallet

This repository holds the source code for the Burstcoin mobile wallet developed by the PoC-Consortium. Documentation: https://poc-consortium.github.io/burstcoin-mobile/

Building

Prerequisities

Android

iOS

If you setup your environment correctly, follow these steps:

  1. Clone this repository

    git clone git@github.com:poc-consortium/burstcoin-mobile-wallet.git
    
  2. Install all used npm packages

    npm install
    
  3. Run the application on your virtual device

    Android

    tns run android
    

    iOS

    tns run ios
    

Features

  • Watch only addresses
  • Currency conversion
  • Client-side encryption and decryption
  • Encrypted / Unencrypted transaction messages
  • Contact book
  • QR code support
  • Secure and easy passphrase generation
  • Support for over 15 languages
  • Support for over 30 currencies

Translators đź’•

  • bmxakias
  • bold
  • Brabantian
  • fabry1999
  • FLEGI
  • Gadrah
  • HajimeYamanaka
  • Hiro Inu
  • Leass
  • NullNomad
  • Quibus
  • RedFury
  • SolidLiquid
  • umbrellacorp03
  • westhorn

Bugs and feature requests

Please post bugs/problems into the issue section of this repository. This is the only place guaranteeing your issue is recognized and resolved quickly. Feature requests can also be posted.

About

Burstcoin mobile wallet for Android and iOS https://play.google.com/store/apps/details?id=org.icewave.burstcoinwallet

License:GNU General Public License v3.0


Languages

Language:TypeScript 75.6%Language:HTML 16.5%Language:CSS 5.4%Language:JavaScript 2.5%