Skip to content

The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.

Notifications You must be signed in to change notification settings

cryptocontrol/airgap-wallet

 
 

Repository files navigation

AirGap Wallet

Your old smartphone is your new ‘hardware wallet’

AirGap is a crypto wallet system, that let's you secure cypto assets with one secret on an offline device. The AirGap Wallet application is installed installed on an everyday smartphonem whereas AirGap Vault is installed on a is installed on a dedicated or old smartphone that has no connection to any network, thus it is air gapped.

Description

AirGap Wallet has an overview of all accounts with their respective balances and transactions and is responsible for transaction creation and for the broadcasting of signed transactions. The mobile application, AirGap Wallet is a hybrid application (using the same codebase for Android and iOS which helps with coordinated development). Created using Ionic framework and AirGap's coin-lib to interact with different protocols.

Download

Features

  • Portfolio Overview of accounts synced from AirGap Vault
  • Communication with the Vault application over QR codes if installed on a second device or app switching if installed on the same device
  • Create transactions for all supported currencies like Aeternity, Ethereum, Bitcoin etc.
  • Broadcast signed transactions
  • Transaction history for each account

Build

First follow the steps below to install the dependencies:

$ npm install -g ionic
$ npm install -g cordova
$ npm install

Run locally in browser:

$ ionic serve

Run on device:

$ ionic cordova platform run android
$ ionic cordova platform run ios

Testing

To run the unit tests:

$ npm test

Security

If you discover a security vulnerability within this application, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

Contributing

About

The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.5%
  • HTML 11.1%
  • CSS 3.0%
  • JavaScript 1.7%
  • Dockerfile 0.7%