.cargo | ||
.idea | ||
.vscode | ||
examples | ||
public | ||
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
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)
TODO ☑️
- Basic sending and receiving messages 💌
- Add RSA or NTRU encryption 🔐
- Write tests 🧪
- Make more vebose documentation 📚
- Create a hole-daemon 🖥