You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.cargo | 2 years ago | |
.idea | 2 years ago | |
.vscode | 2 years ago | |
examples | 2 years ago | |
public | 2 years ago | |
src | 2 years ago | |
tests | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago |
README.md

Hole chat 🐇
A decentralized chat over Freenet.
Requirements❗❗❗
Freenet running
Installing 🚀
- Clone this repo
- Launch core (
cargo run
) - Install and launch client (for example 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 ☑️
- Basic sending and receiving messages 💌
- Add RSA or NTRU encryption 🔐
- Write tests 🧪
- Make more vebose documentation 📚
- Create a hole-daemon 🖥