Merge branch 'master' of github.com:hole-chat/hole

This commit is contained in:
Horhik 2021-04-28 00:03:33 +03:00
commit 2655d8da4b
1 changed files with 16 additions and 3 deletions

View File

@ -1,15 +1,28 @@
<img style="display: flex; margin: 0 auto" alt="hole chat logo" src="./public/logo.png" width="508">
# Hole chat
# Hole chat 🐇
A decentralized chat over [Freenet](https://freenetproject.org).
[See docs](https://docs.hole.horhik.xyz)
## Requirements
## Requirements❗❗❗
[Freenet](https://freenetproject.org) running
# Installing
# Installing 🚀
1. Clone [this](https://github.com/hole-chat/core) repo
2. Launch core (`cargo run`)
3. Install and launch client (for example [rabbit-hole](https://github.com/hole-chat/rabbit-hole))
----
## About frontend clients 🖌️
The purpose of "hole project" is to write independend frontend clients for each platform, because, **app cannot be good for one particular platform if it's multiplatform.**
As a hole-core is just a logic part, which should be multiplatform, **frontend shouldn't**, And I encourage you to help and write "rabbit-hole for android" or "rabbit-hole-gtk", etc...
----
# TODO ☑️
- [x] Basic sending and receiving messages 💌
- [ ] Add RSA or NTRU encryption 🔐
- [ ] Write tests 🧪
- [ ] Make more vebose documentation 📚
- [ ] Create a hole-daemon 🖥