Giter Club home page Giter Club logo

pinnpe / blocktrail-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blocktrail/blocktrail-wallet

0.0 1.0 0.0 63.83 MB

Blocktrail Mobile Wallet (Cordova iOS + Android App)

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

License: GNU Affero General Public License v3.0

JavaScript 41.39% Batchfile 0.08% Java 4.36% CSS 1.85% HTML 1.13% Objective-C 3.47% C++ 4.72% C 29.87% Shell 0.05% C# 12.93% QML 0.02% CoffeeScript 0.13% PowerShell 0.01% Ruby 0.01%

blocktrail-wallet's Introduction

Blocktrail Mobile Wallet

Take back control of your Bitcoin! BlockTrail's Bitcoin wallet features unparalleled security through MultiSignature technology, keeping you in full control of your coins at all time.
Transactions are signed on your device so we never see your private keys.

With our HD wallets you can create an unlimited number of addresses to help protect your privacy without the need for multiple private key backups.
Our system will also generate new addresses for change and fund requests automatically.

Access your wallet anywhere, anytime; use the mobile app when you're on the go, or log in to the web-interface when at home or in the office.

  • 2-of-3 Multisig technology so you always remain in control of your coins
  • HD wallet technology allowing you to create an unlimited number of addresses
  • Send and Receive bitcoin easily with contacts on your phone
  • Live update for new transactions and your balance
  • View your full transaction history with the price at the time of the transaction
  • Personalise your account so your friends can quickly identify you
  • QR code scanning with bitcoin URI support
  • Send requests via email and SMS
  • PIN protection
  • Anonymous accounts, for your privacy
  • Transactions signed locally on your device
  • Backup document incase the worst happens
  • Local currency display using live price updates

Web Wallet

For the Web Wallet see; https://github.com/blocktrail/blocktrail-webwallet

Install

npm install -g ionic gulp
npm install
cp appconfig.example.json appconfig.json
gulp

Run

ionic run android|ios

App Permissions

Due to cordova plugins we're asking for a few more (android) permissions right now then neccesary, there will be a release ASAP cleaning that up and a blog post (and some text here) about the remaining ones and why they're needed.

Release Process

Android

rm -rf platforms/android/build/outputs/apk/* # clean up old builds

ionic build --release android  

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ~/blocktrail.keystore /work/blocktrail-wallet/platforms/android/build/outputs/apk/android-release-unsigned.apk blocktrail  

zipalign -v 4 /work/blocktrail-wallet/platforms/android/build/outputs/apk/android-release-unsigned.apk /work/blocktrail-wallet/platforms/android/build/outputs/apk/blocktrail.apk

iOS

In xCode build for archiving: Product > Archive
Select new build in Archives Organiser and submitt to app store (optionally validate before hand)

tips

Remember to remove the old signed, zipped APK before running zipalign, it doesn't overrite the file.

License

The Blocktrail Wallet source code is released under the GNU Affero General Public License.
The Blocktrail Logo and any other images / graphics are not part of this.
See LICENSE.md.

blocktrail-wallet's People

Contributors

oacdesigns avatar rubensayshi avatar raymens avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.