diff --git a/README.md b/README.md index 31648e5..80f91c7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Note that encrypted seed import is only supported by Satochip v0.12 (and higher) For supported hardware, refer to the [Satochip applet repository](https://github.com/Toporin/SatoChipApplet). -# Buidl & install +# Build & install ## Building using Ant (legacy) @@ -108,6 +108,14 @@ To compile the javacard code and generate a cap file, simply run `./gradlew conv To load the cap file into a blank smart card, connect a card reader with the card inserted and run `./gradlew install` +## Installing using GlobalPlatformPro + +You can install the compiled or tagged release CAP file onto a card using [GlobalPlatformPro](https://github.com/martinpaljak/GlobalPlatformPro). + +To set the storage space available in SeedKeeper, convert the number of bytes desired into hexadecimal and pass it to GlobalPlatformPro with the params flag, for example use `--params 4000` for 16Kb. + +To install the CAP file, run `gp --install ` + # SDK Several libraries are available to simplify integration of SeedKeeper with client applications: