Haskell library implementing the Cwtch protocol
Find a file
2025-02-25 11:29:37 -06:00
cbits Initial commit 2025-02-25 11:22:41 -06:00
src Initial commit 2025-02-25 11:22:41 -06:00
test Initial commit 2025-02-25 11:22:41 -06:00
CHANGELOG.md Initial commit 2025-02-25 11:22:41 -06:00
cwtch.cabal Initial commit 2025-02-25 11:22:41 -06:00
LICENSE Initial commit 2025-02-25 11:22:41 -06:00
README.md docs: add README 2025-02-25 11:29:37 -06:00
Setup.hs Initial commit 2025-02-25 11:22:41 -06:00

Cwtch

Cwtch is a decentralized, privacy-preserving, multi-party messaging protocol that can be used to build metadata resistant applications.

This library is a Haskell wrapper of the Cwtch autobindings, allowing Haskell applications to implement applications on the Cwtch protocol.