Module chatroom

Source
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§

ChatMessage
A chat message with metadata
Chatroom
A chatroom structure
ChatroomObject
Chatroom application object

Enums§

ChatroomMessageType
Chatroom message types