docs: minor edits and adapt for test network

This commit is contained in:
erciccione 2022-08-16 19:23:28 +02:00 committed by woodser
parent 56412b749d
commit 0afd6d8445
3 changed files with 6 additions and 8 deletions

View file

@ -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:

View file

@ -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

View file

@ -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`