Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Apr 16, 2020
2 parents 677c234 + 4a51855 commit 57c72b1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ The most obvious case for integration of Keycard is crypto wallets (ETH, BTC, et

# Where to start?

A good place to start is our documentation site https://keycard.status.im/api/
A good place to start is our documentation site https://keycard.tech/docs/

You can also join the dicussion about this project on Status channel: https://get.status.im/chat/public/status-keycard

If you just want to use the Keycard as your hardware wallet there are currently two apps supporting it

1. WallETH [[Android](https://play.google.com/store/apps/details?id=org.walleth)]
2. Gnosis Safe [[Android](https://play.google.com/store/apps/details?id=pm.gnosis.heimdall)][[iOS](https://apps.apple.com/us/app/gnosis-safe-smart-wallet/id1447390375)]

support in [Status](https://status.im/) is coming soon too! If you feel adventurous, you can try a [nightly build](https://ci.status.im/job/status-react/job/nightly/) already.

# How to contribute?

Anyone is welcome to contribute to Keycard!
Expand Down Expand Up @@ -61,6 +68,7 @@ In order to test with the simulator with an IDE, you need to pass these addition
* The applet requires JavaCard 3.0.4 (with the addition of KeyAgreement.ALG_EC_SVDP_DH_PLAIN_XY
) or later.
* The class byte of the APDU is not checked since there are no conflicting INS code.
* The GlobalPlatform ISD keys are set to c212e073ff8b4bbfaff4de8ab655221f.

The algorithms the card must support are at least:
* Cipher.ALG_AES_BLOCK_128_CBC_NOPAD
Expand All @@ -79,8 +87,8 @@ Best performance is achieved if the card supports:

# Other related repositories

Android installer https://github.com/status-im/keycard-installer-android/

Java SDK for Android and Desktop https://github.com/status-im/status-keycard-java

Swift SDK for iOS13 https://github.com/status-im/Keycard.swift

Keycard CLI for Desktop https://github.com/status-im/keycard-cli

0 comments on commit 57c72b1

Please sign in to comment.