From c40ef4c149c45e46403f5b5cccce25d39bbeccb0 Mon Sep 17 00:00:00 2001 From: Eden Date: Sat, 11 Apr 2026 21:12:40 -0600 Subject: [PATCH] Add section to README explaining how to install the applet with GlobalPlatformPro --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: