Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Applets

Teapot

A very simple "Hello world" class that doesn't use any PIN protection or secure communication. It can only store up to 255 bytes of data and give it back on request. Perfect for testing communication with the card.

By default the phrase is I am a teapot gimme some tea plz.

API docs

SecureApplet

Base class that takes care of the secure communication with the host and PIN management. It's not very useful by itself, but all other applets in the collection use it as a base.

API docs

MemoryCard

Extends SecureApplet, stores arbitrary data that can be read after the card is unlocked with the PIN code.

API docs

BlindOracle

Can store a master private key imported from seed or xprv, or generated on the card itself. Uses BIP-32 to derive child keys, can return corresponding xpubs and sign arbitrary messages.

API docs