Compiling Ledger App #46
ericpassmore
announced in
Announcements
Replies: 1 comment
-
mkdir ledger-test
cd ledger-test The ledger-app-dev-tools
docker pull ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
git clone https://github.com/eosnetworkfoundation/ledger-app.git
cd ledger-app
git checkout develop
docker run --rm -ti -v "$(realpath .):/app" --user $(id -u $USER):$(id -g $USER) ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
bash-5.1$ cd /app
bash-5.1$ BOLOS_SDK=$NANOS_SDK make |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instructions for compiling ledger app
Going through the steps for compiling a ledger app.
Beta Was this translation helpful? Give feedback.
All reactions