Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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 <PATH_TO_CAPFILE>`

# SDK

Several libraries are available to simplify integration of SeedKeeper with client applications:
Expand Down