Skip to content

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

License

Notifications You must be signed in to change notification settings

dylanheath/airgap-wallet

This branch is 2 commits ahead of, 314 commits behind airgap-it/airgap-wallet:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2020
Sep 6, 2021
Mar 24, 2022
Mar 26, 2022
Nov 15, 2018
Aug 8, 2019
Mar 11, 2022
Dec 14, 2020
Sep 11, 2020
May 24, 2021
Nov 3, 2020
Dec 13, 2018
Apr 7, 2022
Sep 6, 2021
Mar 1, 2020
Jun 9, 2022
Dec 7, 2021
Dec 13, 2018
Aug 23, 2018
Nov 2, 2018
Oct 8, 2020
Feb 23, 2022
Oct 3, 2018
Feb 14, 2019
Mar 11, 2022
Aug 27, 2020
Jul 9, 2021
Sep 6, 2021
Aug 7, 2020
Dec 18, 2018
Oct 25, 2021
Dec 18, 2018
Apr 7, 2022
Apr 23, 2020
Sep 6, 2021
May 5, 2022
May 5, 2022
May 24, 2021
Nov 27, 2019

Repository files navigation

AirGap Wallet

Self custody made simple and secure. Protect your crypto and store your private keys offline.

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

Description

AirGap Wallet has an overview of all accounts with their respective balances and transaction histories. AirGap Wallet never touches your secret data stored in the AirGap Vault. It is responsible for creating and broadcasting transactions. The prepared transaction is sent to the secure Vault over QR codes, where it is securely signed and sent back.

AirGap Wallet is a hybrid application (using the same codebase for Android and iOS). Created using AirGap's protocol agnostic airgap-coin-lib library to interact with different protocols and our own secure storage implementation.

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, Bitcoin, Ethereum, Tezos, Cosmos, Kusama, Polkadot, Groestlcoin etc.
  • Broadcast signed transactions
  • Transaction history for each account

Build

First follow the steps below to install the dependencies:

$ npm install -g @capacitor/cli
$ npm install

Run locally in browser:

$ npm run start

Build and open native project

$ npm run build
$ npx cap sync

You can now open the native iOS or Android projects in XCode or Android Studio respectively.

$ npx cap open ios
$ npx cap open android

Testing

To run the unit tests:

$ npm test

Disclosing Security Vulnerabilities

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

Before integrating a new feature, please quickly reach out to us in an issue so we can discuss and coordinate the change.

  • If you find any bugs, submit an issue or open pull-request.
  • If you want to integrate a new blockchain, please read the contributing guidelines in the airgap-coin-lib project.
  • Engage with other users and developers on the AirGap Discord.

Related Projects

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.3%
  • HTML 15.0%
  • SCSS 1.8%
  • JavaScript 1.8%
  • Swift 1.3%
  • Dockerfile 0.8%
  • Other 1.0%