SaaSHub helps you find the best software and product alternatives Learn more →
Airgap-coin-lib Alternatives
Similar projects and alternatives to airgap-coin-lib
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
tatum-kms
Unbreakable secure KMS (key management system) integrated to Tatum blockchain infrastructure
-
airgap-vault
The AirGap Vault is installed on a spare smartphone that has no connection to any network, thus it is air gapped. This app handles the private key.
-
airgap-raspberry-apk-signer
Modified Raspberry Pi Image to sign your APK in the most secure way (airgapped).
-
aeternity
æternity blockchain - scalable blockchain for the people - smart contracts, state channels, names, tokens
-
-
-
xchainjs-lib
Lightweight typescript library for cross-chain wallets. Connect with multiple blockchains via a common interface, with support for the minimum features necessary.
airgap-coin-lib discussion
airgap-coin-lib reviews and mentions
-
What's going on with the project??
The audit reports have been released over 2 years ago (shortly after the audit report was done) and are available on github: https://github.com/airgap-it/airgap-coin-lib/tree/master/docs/audits
-
No good fully open source multi crypto wallets.
That being said, I can tell you a little bit about our experience. We developed our wallet to be blockchain agnostic from the start. All the coin specific logic is located in a shared library that is used in both the Wallet and Vault application (https://github.com/airgap-it/airgap-coin-lib/tree/master/packages/core/src/protocols). We have an interface for methods to prepare, sign and broadcast transactions, as well as generate addresses and fetching balances. To add a new coin, all you have to do is add a new class to the shared lib, implement all the logic and then add the new chain to the "supported protocols" in the apps. Everything else is handled automatically (besides coin specific features like staking, etc.)
-
AirGap Vault/Wallet
AirGap was audited a bit more than a year ago by "Compass Security". The review is available on github: https://github.com/airgap-it/airgap-coin-lib/blob/master/docs/audits/report_85096_mobile_app_security_v1.0.pdf
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jan 2025
Stats
airgap-it/airgap-coin-lib is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of airgap-coin-lib is TypeScript.