https://github.com/krypt0nn/flowerchat
🌺 A fully decentralized chat app written in rust
https://github.com/krypt0nn/flowerchat
blockchain chat decentralized rust
Last synced: 10 months ago
JSON representation
🌺 A fully decentralized chat app written in rust
- Host: GitHub
- URL: https://github.com/krypt0nn/flowerchat
- Owner: krypt0nn
- License: gpl-3.0
- Created: 2025-08-30T20:23:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-10T18:19:19.000Z (10 months ago)
- Last Synced: 2025-09-10T20:12:39.676Z (10 months ago)
- Topics: blockchain, chat, decentralized, rust
- Language: Rust
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌺 flowerchat - A fully decentralized chat app
Flowerchat is a fully decentralized TUI chat application built upon
[libflowerpot](https://github.com/krypt0nn/libflowerpot), a blockchain framework
written in rust.
Flowerchat brings the concept of "spaces" - separate blockchains with individual
rules and content. Spaces can be created by anybody, and everybody can join them
by default. To perform any actions space members will have to prove that they
are not robots by solving PoW tasks and earning "balance". This is a necessary
step to reduce bot abuse in the network. With enough balance users can create
chats within the space, take nicknames, and send new messages. Administrators
of the space and each chat have moderation tools to ensure that their members
follow the local communication rules.
Author: [Nikita Podvirnyi](https://github.com/krypt0nn)\
Licensed under [GPL-3.0](LICENSE)