Skip to content

Commit

Permalink
README: add docker build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
emturner authored and spalmer25 committed Jan 22, 2024
1 parent a9ad5a8 commit 64e4297
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Tezos Ledger Applications

## Investigation

### Building

Use the docker container (built by `make docker_ledger_app_builder` in the wallet app repo.)

```
docker run --rm -ti -v $(pwd):/app ledger-app-builder:latest
```

Then build the baking app:

```
BOLOS_SDK=$NANOS_SDK APP=tezos_baking make
```

You can replace `NANOS` with `NANOSP`, `NANOX`, `STAX` for the other devices.

## Overview

Whether you're baking or just trading XTZ, you want to store your keys securely.
Expand Down

0 comments on commit 64e4297

Please sign in to comment.