From 6b5503f82e0bf7908c67e2cc9415b421b4f01de7 Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 27 Jan 2025 10:14:42 -0500 Subject: [PATCH] update instructions for sample application --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40c6908e..778b8358 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,6 @@ TypeScript library for using Haveno. -## Install - -1. Follow [instructions](https://github.com/haveno-dex/haveno/blob/master/docs/installing.md) to build and start a Haveno daemon: `make haveno-daemon-mainnet` -2. Install envoy, for example: `brew install envoy` -3. Start envoy to proxy between http1 and http2: `envoy -c config/envoy.yaml` -4. Install haveno-ts in your project: `npm install haveno-ts` - ## Sample code ```js @@ -32,6 +25,10 @@ const trade = await alice.takeOffer(offers[0].getId(), paymentAccounts[0].getId( await alice.disconnect(); ``` +## Sample application + +See the [sample application](https://github.com/haveno-dex/haveno-sample-app) to start a Haveno daemon and connect to it from haveno-ts. + ## TypeDocs See [TypeDocs](https://haveno-dex.github.io/haveno-ts/classes/HavenoClient.HavenoClient.html).