Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into slither
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Nov 27, 2023
2 parents c580717 + 93796bc commit 2ebb443
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions dapp/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 2ebb443

Please sign in to comment.