Skip to content

Commit 2a74020

Browse files
Adapt README
1 parent 5a63965 commit 2a74020

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,3 @@
22

33
This repository is meant to be linked as submodule and used in external plugins working with [app-ethereum](https://github.com/LedgerHQ/app-ethereum).
44
It is composed of a few headers containing definitions about app-ethereum's internal transaction parsing state and some structures to communicate via shared memory.
5-
6-
## Updating this SDK
7-
8-
This SDK is updated at (app-ethereum) build time every time one of app-ethereum internals structures of interest are modified.
9-
If this SDK gets updated, it is possible that all plugins must be recompiled (and eventually updated to work again with the update) with this new SDK.
10-
Be careful, and weight your choices.
11-
12-
## Manual build
13-
14-
If for some reasons you want to rebuild this SDK manually from [app-ethereum](https://github.com/LedgerHQ/app-ethereum) (reminder: it is rebuild automatically when building app-ethereum itself):
15-
16-
```shell
17-
$> ./tools/build_sdk.sh
18-
```

0 commit comments

Comments
 (0)