Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a guide for dApp #50

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
Loading