From 0afd6d844546fadaf8e38f8500e32756abb7d63b Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 16 Aug 2022 19:23:28 +0200 Subject: [PATCH] docs: minor edits and adapt for test network --- README.md | 4 +--- docs/developer-guide.md | 4 ++-- docs/installing.md | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86b3c88a05..4403c3bdc6 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,9 @@ Main features: See the [FAQ on our website](https://haveno.exchange/faq/) for more information. -Haveno is still work in progress. There are no binaries available at this stage. If you want to test Haveno you have to compile it first (see [docs/installing.md](docs/installing.md)). - ## Status of the project -Haveno is currently being developed, but it's already possible to test XMR <->fiat/crypto trades using the legacy user interface. +A live test network is online and users can already run Haveno and make test trades between each others using Monero's stagenet. See the [instructions to build Haveno and connect to the network](https://github.com/haveno-dex/haveno/blob/master/docs/installing.md). Note that Haveno is still very much in development. If you find issues or bugs, please let us know. Main repositories: diff --git a/docs/developer-guide.md b/docs/developer-guide.md index e6d4479670..fe5168a568 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -2,9 +2,9 @@ This document is a guide for Haveno development. -## Installing Haveno +## Installing and testing Haveno -In order to develop for Haveno, first [install and run a local Haveno test network](installing.md). +[Build Haveno and join the test network or test locally](installing.md). ## Running the UI proof of concept diff --git a/docs/installing.md b/docs/installing.md index 4f4484d585..6c79fa7316 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -13,7 +13,7 @@ On Ubuntu: `sudo apt install make wget git git-lfs openjdk-11-jdk`. The Monero b ## Join the public test network -If you want to try Haveno in a live setup, launch a Haveno instance that will connect to other peers on our public test environment, which runs on Monero's stagenet. You'll be able to make test trades with other users and have a preview of Haveno's trade protocol in action. Note that development is very much ongoing. Things are slow and might break. +If you want to try Haveno in a live setup, launch a Haveno instance that will connect to other peers on our public test environment, which runs on Monero's stagenet (you won't need to download the blockchain locally). You'll be able to make test trades with other users and have a preview of Haveno's trade protocol in action. Note that development is very much ongoing. Things are slow and might break. Steps: @@ -25,10 +25,10 @@ Steps: 6. Now if you are taking a trade you'll be asked to confirm you have sent the payment outside Haveno. Confirm in the app and wait for the confirmation of received payment from the other trader. 7. Once the other trader confirms, deposits are sent back to the owners and the trade is complete. -If you are a developer who wants to test Haveno in a more controlled way, follow the next steps to build a local test environment. - # Run a local test network +If you are a developer who wants to test Haveno in a more controlled way, follow the next steps to build a local test environment. + ## Run a local XMR testnet 1. In a new terminal window run `make monerod-local1`