Expand description
Chatroom Protocol - A dapp example for Chaincraft
This demonstrates how to build a decentralized application on top of Chaincraft. The chatroom protocol allows:
- Creating chatrooms with admin control
- Requesting to join chatrooms
- Admin approval of new members
- Posting messages to chatrooms
- Message validation and signature verification
Modules§
- helpers
- Helper functions for creating chatroom messages
Structs§
- Chat
Message - A chat message with metadata
- Chatroom
- A chatroom structure
- Chatroom
Object - Chatroom application object
Enums§
- Chatroom
Message Type - Chatroom message types