2017-09-21 16:06:36 +03:00
|
|
|
# JavaCard Hardware Wallet
|
|
|
|
|
|
|
|
Currently just a skeleton for the hardware wallet.
|
|
|
|
|
|
|
|
The .gpshell files are meant to be fed to GPShell. The statuswallet_install.gpshell file is actually dependent on the
|
|
|
|
target hw. Currently it assumes that the default VISA AID and keys for the ISD are used, but the version number is 2.
|
|
|
|
|
2017-09-21 16:29:28 +03:00
|
|
|
The project is built using Gradle with the [Fidesmo Javacard Gradle plugin](https://github.com/fidesmo/gradle-javacard).
|
|
|
|
You can set the JavaCard HOME not only through the enviroment but also creating a gradle.properties file with the property
|
2017-09-25 11:27:55 +03:00
|
|
|
"com.fidesmo.gradle.javacard.home" set to the correct path
|
|
|
|
|
2017-09-25 12:26:15 +03:00
|
|
|
## Implementation notes
|
|
|
|
|
|
|
|
* This implementation will try to use only features available in JavaCard 2.2.2 for broader compatibility with existing
|
|
|
|
hardware.
|
|
|
|
* The class byte of the APDU is not checked since there are nor conflicting INS code.
|