diff --git a/README.md b/README.md index 84dfe0fe..26a3af09 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ > Ledger Live is a new generation wallet desktop application providing a unique interface to maintain multiple cryptocurrencies for your Ledger Nano S / Blue. Manage your device, create accounts, receive and send cryptoassets, [...and many more](https://www.ledgerwallet.com/#LINK_TO_ANNOUNCEMENT). - +
+ +
## Architecture Ledger Live is an hybrid desktop application built with Electron, React, Redux, RxJS,.. and highly optimized with [ledger-core](https://github.com/LedgerHQ/lib-ledger-core) C++ library to deal with blockchains (sync, broadcast,..) via [ledger-core-node-bindings](https://github.com/LedgerHQ/lib-ledger-core-node-bindings). It communicates to Ledger hardware wallet devices (Nano S / Blue) to verify address and sign transactions with [ledgerjs](https://github.com/LedgerHQ/ledgerjs). Some logic is shared with [live-common](https://github.com/LedgerHQ/ledger-live-common).- +
## Setup diff --git a/docs/architecture.png b/docs/architecture.png new file mode 100644 index 00000000..ed28751e Binary files /dev/null and b/docs/architecture.png differ diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 00000000..03d604e9 Binary files /dev/null and b/docs/screenshot.png differ diff --git a/static/docs/architecture.png b/static/docs/architecture.png deleted file mode 100644 index 06a057db..00000000 Binary files a/static/docs/architecture.png and /dev/null differ diff --git a/static/docs/ledgerLogo.png b/static/docs/ledgerLogo.png deleted file mode 100644 index 2a45816b..00000000 Binary files a/static/docs/ledgerLogo.png and /dev/null differ