updated readme
This commit is contained in:
parent
df02bdb826
commit
5858b0aca3
13
README.md
13
README.md
@ -8,7 +8,7 @@
|
||||
Privacy Respecting Communication Network 📡
|
||||
</p>
|
||||
<p align="center">
|
||||
Anonymous social platform, mail, file sharing.
|
||||
WIP anonymous social platform, mail, file sharing and marketplace
|
||||
</p>
|
||||
|
||||
<img src="https://img.shields.io/badge/License-aGPLv3-yellow"> <img src='https://img.shields.io/badge/python%20version%20%F0%9F%90%8D-3.7+-blue'>
|
||||
@ -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
|
||||
|
||||
|
29
ROADMAP.md
29
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
|
||||
* [ ] Account management
|
||||
* [ ] Monero management
|
||||
* [ ] Store front discovery and search
|
||||
* [ ] Product listing search
|
||||
* [ ] User reviews
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user