-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into slither
- Loading branch information
Showing
1 changed file
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |