Skip to content

Commit

Permalink
add section for running haveno
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 26, 2024
1 parent 58958c1 commit f245f7c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@ <h3>Supports Monero</h3>
</div>
</div>
</div>
<div class="row">
<h2>Running Haveno</h2>
<p>Haveno can be used on Monero's main network by using a third party installer and network. We do not endorse any networks at this time.</p>
<p>A test network is also available for users to make test trades using Monero's stagenet. See the <a href="https://github.com/haveno-dex/haveno/blob/master/docs/installing.md">instructions</a> to build Haveno and connect to the network.</p>
<p>Alternatively, you can <a href="https://github.com/haveno-dex/haveno/blob/master/docs/create-mainnet.md">start your own network.</a></p>
<p>Note that Haveno is being actively developed. If you find issues or bugs, please <a href="https://github.com/haveno-dex/haveno/issues">let us know.</a></p>
</div>
<div class="row">
<h2>Development and Bounties</h2>
<p>The <a href="https://github.com/haveno-dex/haveno">core Haveno application</a> is written in Java.</p>
<p>See the <a href="https://github.com/haveno-dex/haveno">official GitHub repository</a> for the core Haveno application written in Java.</p>
<p>Haveno also supports a <a href="https://github.com/haveno-dex/haveno-ts">TypeScript client</a> which communicates with the Haveno daemon through gRPC APIs.</p>
<p>Development is incentivized through bounties, which are awarded in XMR. See <a href="https://github.com/haveno-dex/haveno/blob/master/docs/README.md">the docs page on GitHub</a> for more information.</p>
</div>
Expand Down

0 comments on commit f245f7c

Please sign in to comment.