Airgapped-Wallet-Community/README.md
2020-09-15 12:44:04 -10:00

59 lines
5.4 KiB
Markdown

# Blockchain Commons Airgapped Signing
## Mission
**Airgapped Signing** is a community of cryptocurrency wallet developers, sharing best practices and interoperability for airgapped QR code communications between multiple vendors on multiple platforms. These best practices include support for hot, cold and multisig cryptographic wallets, research & proposals for data formats and protocols, security and UX for multisig work flows, and other key management and signing issues and topics.
## Discussions
### Discussions
The best place to talk about Blockchain Commons and its projects is in our GitHub Discussions areas.
[**Wallet Standard Discussions**](https://github.com/BlockchainCommons/AirgappedSigning/discussions). For standards and open-source developers who want to talk about wallet standards, please use the Discussions area of the [Airgapped Signing repo](https://github.com/BlockchainCommons/AirgappedSigning). This is where you can talk about projects like our [LetheKit](https://github.com/BlockchainCommons/bc-lethekit) and command line tools such as [seedtool](https://github.com/BlockchainCommons/bc-seedtool-cli), both of which are intended to testbed wallet technologies, plus the libraries that we've built to support your own deployment of wallet technology such as [bc-bip39](https://github.com/BlockchainCommons/bc-bip39), [bc-slip39](https://github.com/BlockchainCommons/bc-slip39), [bc-shamir](https://github.com/BlockchainCommons/bc-shamir), [Shamir Secret Key Recovery](https://github.com/BlockchainCommons/bc-sskr), [bc-ur](https://github.com/BlockchainCommons/bc-ur), and the [bc-crypto-base](https://github.com/BlockchainCommons/bc-crypto-base). If it's a wallet-focused technology or a more general discussion of wallet standards,discuss it here.
## Members
* [Blockchain Commons](https://www.BlockchainCommons.com) (open source repos: [GitHub/BlockchainCommons](https://GitHub.com/BlockchainCommons) twitter: [@BlockchainComns](https://twitter.com/BlockchainComns) )
* Wallets & Major Projects
* [Gordian](https://github.com/BlockchainCommons/Gordian)(including [GordianServer-macOS](https://github.com/BlockchainCommons/GordianServer-macOS), [GordianWallet-iOS](https://github.com/BlockchainCommons/GordianWallet-iOS)
* [LetheKit](https://github.com/BlockchainCommons/bc-lethekit)
* [#SmartCustody Book](https://github.com/BlockchainCommons/SmartCustodyBook)
* [Learning Bitcoin from the Command Line Course](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line)
* People:
* [Christopher Allen](mailto:ChristopherA@LifeWithAlacrity.com) (github: [@ChristopherA](https://github.com/christophera/) twitter: [@ChristopherA](https:twitter.com/ChristopherA) )
* [Peter Denton](mailto:fontainedenton@googlemail.com ) (github: [@Fonta1n3](https://github.com/Fonta1n3/) twitter: [@Fonta1n3](https://twitter.com/Fonta1n3))
* [Wolf McNally](mailto:wolf@wolfmcnally.com) (github: [@WolfMcNally](https://github.com/WolfMcNally/) twitter: [@WolfMcNally](https://twitter.com/WolfMcNally/))
* \+ multiple interns and other contributors
* [Cobo Vault](https://www.cobo.com/hardware-wallet) (open source repos: [GitHub/CoboVault](https://GitHub.com/CoboVault) twitter: [@CoboVault](https://twitter.com/CoboVault) )
* Products - Cobo Vault
* [CoboVault Application](https://github.com/CoboVault/cobo-vault-cold)
* [CoboVault SecureElement](https://github.com/CoboVault/cobo-vault-se-firmware)
* [crypto-coin-kit](https://github.com/CoboVault/crypto-coin-kit)
* People:
* [Aaron Chen](mailto:chend@cobo.com) (github: [@aaronisme](https://github.com/aaronisme/) twitter: [@Aaron Chen](https://twitter.com/aaron1sme) )
* [Lixin Liu](mailto:lixin@cobo.com ) (twitter: [@BitcoinLixin](https://twitter.com/BitcoinLixin/))
* \+ multiple other contributors
* [Foundation Devices](https://foundationdevices.com) (open source repos: [GitHub/Foundation-Devices](http://github.com/Foundation-Devices) twitter: [@FOUNDATIONdvcs](https://twitter.com/FOUNDATIONdvcs) )
* Projects
* Passport (public repos coming this Fall)
* [Python UR Library](https://github.com/Foundation-Devices/foundation-ur-py)
* People:
* [Ken Carpenter](mailto:ken@foundationdevices.com) (github: [@FoundationKen](https://github.com/FoundationKen/) twitter: [@KenOfFoundation](https://twitter.com/KenOfFoundation) )
* [Zach Herbert](mailto:zach@foundationdevices.com ) (github: [@zachherbert](https://github.com/zachherbert/) twitter: [@zachherbert](https://twitter.com/zachherbert/) )
* \+ interns and other contributors
* [Sparrow Wallet](https://sparrowwallet.com) (open source repos: [GitHub/Sparrow Wallet](https://github.com/sparrowwallet) twitter: [@SparrowWallet](https://twitter.com/SparrowWallet) )
* Projects
* Sparrow Wallet (https://github.com/sparrowwallet/sparrow)
* People:
* [Craig Raw](mailto:mail@sparrowwallet.com) (github: [@craigraw](https://github.com/craigraw/) twitter: [@craigraw](https://twitter.com/craigraw) )
----
## Old information to be Gardened, Pruned or Archived
## Additional Files in this repository
The following folders in this repository contain other information:
* [Proof of Concept: 2019](PoC_2019/README.md) - In 2019 Blockchain Commons did a proof-of-concept of air-gapped signing between two airgapped devices, one written in Swift for iOS, the other using Java on macOS Desktop. Full code and information is available here.