nim-chat-poc/src/chat.nim
Jazz Turner-Baggs c2196c77ee
Identity Simplification (#71)
* Contract interface for bindings

* Add errorType

* Remove Identity files

* Update Echo_bot

* update cbindings

* Add installation name

* Update tests

* bump libchat dep
2026-02-22 17:51:59 -08:00

12 lines
150 B
Nim

import chat/[
client,
delivery/waku_client,
types
]
export client, waku_client
#export specific frames need by applications
export MessageId