All Projects → airgap-it → Airgap Wallet

airgap-it / Airgap Wallet

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Airgap Wallet

Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (+7.69%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+111.54%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, wallet
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (+74.36%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+130.77%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+80.77%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, wallet
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+4347.44%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, wallet
Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+1284.62%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-51.28%)
Mutual labels:  ethereum, bitcoin, wallet
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-30.77%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-30.77%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+1017.95%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-34.62%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-19.23%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Shapeshift
ShapeShift API for Go Language - convert cryptocurrencies with ease using ShapeShift and golang
Stars: ✭ 35 (-55.13%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Blockchain
区块链技术
Stars: ✭ 28 (-64.1%)
Mutual labels:  ethereum, bitcoin, wallet
Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
Stars: ✭ 48 (-38.46%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-83.33%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-34.62%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Icointicker
macOS crypto currency menubar ticker (맥 가상화폐 시세 메뉴바 티커)
Stars: ✭ 70 (-10.26%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-23.08%)
Mutual labels:  ethereum, bitcoin, cryptocurrency

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 Telegram.

Related Projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].