mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-24 00:28:18 +00:00
protocol
It contains the Status protocol implementation in Go.
It is divided into three packages:
adapters
contains a code that allows sending and receiving Status protocol messages through the Whisper network,client
contains high-level abstraction over the protocol which includes handling contacts and messages,v1
is the current protocol low-level implementation which includes things like encoding and decoding a message payload as well asChat
interface that should be implemented by adapters.