From 71acdc70c6e6fc57560edf2ecee8e3282ea69d3a Mon Sep 17 00:00:00 2001 From: Karolina Kosiorowska Date: Mon, 27 Nov 2023 10:11:58 +0100 Subject: [PATCH] Add a guide how to open the dApp in to ledger live --- dapp/README.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/dapp/README.md b/dapp/README.md index 1f77042dd..882e0e8fa 100644 --- a/dapp/README.md +++ b/dapp/README.md @@ -1,10 +1,26 @@ # Acre dApp -## Installation +The application is compatible with Ledger Live and allows people to earn yield on their Bitcoin via yield farming on Ethereum. -1. Install dependencies and start the app. - ```bash +This project was bootstrapped with [Create Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite). + +## Quickstart + +Install dependencies and start the app. + + ```bash yarn install yarn start - ``` -2. Open [http://localhost:5173](http://localhost:5173) to view it in the browser. +``` + +Once the build is running, you can import the manifest on desktop: + +1. [Install Ledger Live Desktop](https://www.ledger.com/ledger-live) +2. Enable the Developer mode + + Go to the **Settings -> About** section, and click 10 times on the Ledger Live version. A new Developer section appears in the settings menu. Turn on **Enable platform dev** tools to use the developer tools window to inspect your app. +3. Add your manifest + + Click on Browse next to **Add a local app** and select the manifest file. The app is now visible in the menu. + +If you have any problems, take a look [here](https://developers.ledger.com/docs/non-dapp/tutorial/3-import/#desktop).