mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
docs: minor edits and adapt for test network
This commit is contained in:
parent
56412b749d
commit
0afd6d8445
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user