Skip to content

Commit

Permalink
app: support u2f interface
Browse files Browse the repository at this point in the history
required by Kukai wallet
  • Loading branch information
emturner committed Sep 25, 2023
1 parent 3a7ade2 commit 47f0423
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Tezos Ledger Wallet App Revamped
# Tezos Ledger Wallet App

## Interfaces

Both `webusb` and `u2f` interfaces are supported. For example, `u2f` interface is used by the [Kukai](https://wallet.kukai.app/connect-ledger) web wallet.

## Compile using `docker` containers for build dependencies

Expand Down
6 changes: 6 additions & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ CFLAGS += -Wwrite-strings
ENABLE_BLUETOOTH = 1
#ENABLE_NFC = 1

# U2F - used e.g. by Kukai wallet
SDK_SOURCE_PATH += lib_u2f lib_stusb_impl
DEFINES += USB_SEGMENT_SIZE=64
DEFINES += U2F_PROXY_MAGIC=\"XTZ\"
DEFINES += HAVE_IO_U2F HAVE_U2F

########################################
# NBGL custom features #
########################################
Expand Down

0 comments on commit 47f0423

Please sign in to comment.