-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd67962
commit feb6728
Showing
10 changed files
with
1,375 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,9 @@ dkms.conf | |
#virtual env pip | ||
ledger/ | ||
|
||
# SDK | ||
/.env | ||
|
||
# IDE | ||
/.vscode | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
FROM zondax/ledger-docker-bolos | ||
|
||
ENV BOLOS_ENV=/opt/bolos | ||
ENV BOLOS_SDK=$BOLOS_ENV/nanos-secure-sdk | ||
# ENV BOLOS_SDK=$BOLOS_ENV/nanos-secure-sdk | ||
ENV BOLOS_SDK=$BOLOS_ENV/blue-secure-sdk | ||
|
||
# RUN git clone https://github.com/LedgerHQ/nanos-secure-sdk.git $BOLOS_SDK | ||
RUN git clone https://github.com/ledgerhq/blue-secure-sdk $BOLOS_SDK | ||
RUN apt-get update && apt-get install -y \ | ||
python3-pip | ||
|
||
RUN git clone https://github.com/LedgerHQ/nanos-secure-sdk.git $BOLOS_SDK | ||
|
||
USER test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.2 | ||
0.0.4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.