From 5858b0aca391d6234b8a137ec0dfd12a1d0cb2e7 Mon Sep 17 00:00:00 2001
From: Kevin F
Date: Mon, 28 Mar 2022 00:13:03 -0500
Subject: [PATCH] updated readme
---
README.md | 13 +++----------
ROADMAP.md | 29 +++++++++++++++++++++++++----
2 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 68c8d572..8f1d1c21 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Privacy Respecting Communication Network 📡
- Anonymous social platform, mail, file sharing.
+ WIP anonymous social platform, mail, file sharing and marketplace
@@ -63,20 +63,13 @@ The whitepaper is available [here](docs/whitepaper.md).
# Main Features
* [X] 🌐 Fully p2p/decentralized, no trackers or other single points of failure
-* [X] 💻 Easy HTTP API for integration to websites
* [X] 🕵️ Metadata analysis resistance and anonymity
* [X] 📡 Transport agnosticism (no internet required)
# Roadmap
-* [ ] 📨 Mail
-* [ ] 💬 Public message board
-* [ ] 📃 Simple webpage hosting - Will be greatly extended
-* [ ] File sharing (Work in progress)
-* [ ] Store fronts with user reviews
-* [ ] Instant messaging
-
+See [ROADMAP.md](ROADMAP.md)
# Documentation
@@ -112,7 +105,7 @@ Master may be unstable, you should use the latest release tag. (checkout via git
* Email: onionr [ at ] voidnet.tech
* Twitter: [@onionrnet](https://twitter.com/onionrnet)
* Matrix: #onionr:amorgan.xyz
-* Discord: https://discord.gg/DVF2bEAzrt (Discord is bad for freedom and privacy, this is only provided for convienience)
+* Discord: https://discord.gg/DVF2bEAzrt (Discord is bad for freedom and privacy, this is only provided for convenience)
# Help out
diff --git a/ROADMAP.md b/ROADMAP.md
index e8200ba5..cd9cfc78 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -10,16 +10,37 @@
The new system is separated from the underlying networks used and makes it much easier to implement new transport methods. Dandelion++ is also better than the old block mixing we did.
+* [ ] Revamped key/encrypted messaging (encrypted blocks)
* [ ] Restore webUI as a plugin
+* [ ] Restore static site/file sharing plugin
* [ ] Restore/reimplement mail plugin
* [ ] Restore/reimplement friends plugin
* [ ] Refresh test suite
-## Store Plugin Release (9.1)
+## Misc
+
+* [ ] Spruce up documentation
+* [ ] Restore LAN transport
+
+
+## Web of trust release (10.0)
+
+To facilitate the below market plugin/application, Onionr will need a web of trust system.
+
+* [ ] Web of trust plugin or module
+
+
+## Market Plugin Release (10.1)
+
+The Onionr team believes the Monero community is currently lacking a good p2p market, and as such we hope to build a solution using Onionr as a transport. This may be a separate project and as opposed to a plugin.
+
* A new marketplace plugin will be developed with the following *tenative* features:
-* [ ] store front discovery and search
-* [ ] product listing search
-* [ ] user reviews
\ No newline at end of file
+* [ ] Account management
+* [ ] Monero management
+* [ ] Store front discovery and search
+* [ ] Product listing search
+* [ ] User reviews
+