From 513c0757a476a7380676d29439a548f2153376d3 Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 11 Jun 2021 13:48:01 +0200 Subject: [PATCH] add README to docs/ --- docs/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..2e3988a7 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,14 @@ +Here are stored most of the docs of the Haveno project: + +- [installing.md](installing.md ) - Instructions for running a local test network +- [bounties.md](bounties.md) - Rules and description of the bounty program +- [CONTRIBUTING.md](CONTRIBUTING.md) - Guidelines for contributors +- [data-stores.md](data-stores.md) - Instructions for updating data stores (from Bisq) +- [idea-import.md](idea-import.md) - Instructions for importing Haveno as an IntelliJ IDEA project (from Bisq)) +- [README.md](README.md) - This file +- [tor-upgrade.md](tor-upgrade.md) - Instructions for upgrading the Tor dependencies used by Haveno (from Bisq) +- [trade-protocol.md](trade-protocol.md) - The description of Haveno's trade protocol + +Documents outside of this folder: + +- [FAQ](https://github.com/haveno-dex/haveno/wiki/FAQ) - Common questions and answers \ No newline at end of file