-
Notifications
You must be signed in to change notification settings - Fork 258
Add support for Keycard #1900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add support for Keycard #1900
Conversation
|
Thanks for this. As initial feedback, I am not particularly keen on adding a dependency for a single device, and definitely not keen on adding jitpack as a package repository. Where can the source for this dependency be found? |
The source is at https://github.com/keycard-tech/status-keycard-java (only the lib subproject is being used). The source could be either copied over or the jar could be hosted in another maven repo. |
|
Would it be possible to add the minimal source required to this PR in the |
|
ok, will do |
dependency removed and embedded a reduced version of the Keycard SDK. |
|
Thanks. This has revealed another problem though: All use of Bouncy Castle must be done through the |
ok direct dependency on BouncyCastle has been removed as well. |
Add support for the Keycard hardware wallet. Integrates into the existing card-based wallet architecture.