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

jafarijason/airgap-wallet

This branch is 53 commits behind airgap-it/airgap-wallet:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d94d18 · Feb 28, 2024
Sep 11, 2020
Sep 6, 2021
Jul 4, 2023
Sep 29, 2023
Nov 15, 2018
Aug 8, 2019
Aug 28, 2023
Jun 20, 2023
Oct 9, 2023
May 24, 2021
Nov 3, 2020
Dec 13, 2018
Oct 12, 2022
Sep 11, 2023
Jan 31, 2023
Oct 12, 2022
Feb 12, 2024
Aug 10, 2023
Jun 20, 2023
Dec 13, 2018
Aug 23, 2018
Nov 2, 2018
Jun 21, 2023
Jun 20, 2023
Aug 28, 2023
Oct 3, 2018
Feb 14, 2019
Jun 20, 2023
Aug 27, 2020
Jul 9, 2021
Jun 20, 2023
Aug 7, 2020
Oct 14, 2022
Jun 6, 2023
Jun 6, 2023
Aug 10, 2023
Oct 14, 2022
Apr 7, 2022
Apr 23, 2020
Sep 6, 2021
Feb 28, 2024
Feb 28, 2024
Jan 4, 2023
Jun 6, 2023
Jun 20, 2023

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.1%
  • HTML 14.2%
  • Swift 5.9%
  • Kotlin 4.4%
  • JavaScript 2.3%
  • SCSS 2.2%
  • Other 0.9%