https://github.com/cryptoKevinL/LitChat
This Chat is Lit (and Ceramic)
https://github.com/cryptoKevinL/LitChat
Last synced: 22 days ago
JSON representation
This Chat is Lit (and Ceramic)
- Host: GitHub
- URL: https://github.com/cryptoKevinL/LitChat
- Owner: cryptoKevinL
- License: other
- Created: 2022-03-21T05:17:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:11:23.000Z (about 3 years ago)
- Last Synced: 2024-11-08T06:41:22.151Z (6 months ago)
- Language: TypeScript
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome - LitChat - to-wallet encrypted messaging using Lit and Ceramic. (Awesome List / Projects and Integrations.)
README
# This Chat is Lit! And Ceramic of course!
Welcome to LitChat!
Each message sent in Lit Chat is only viewable by the sender, and the receiver. This is made possible by access conditions set in the Lit Protocol. All the data is stored using Ceramic.
Chat Features:
- Send/Receive messages to wallet address (currently using Polygon Mainnet)
- Choose to send message read reciept
- Unsend message functionality (receiver can no longer decrypt the stream, access conditions are changed in Lit protocol)Imporant Links:
Deployed APP:
https://lit-chat-m8iga.ondigitalocean.app/Delete a message:
curl --request DELETE https://litchatrestapi.herokuapp.com/users/4Simple REST API used for Stream ID coordination:
https://litchatrestapi.herokuapp.com/usersGitHub for RestAPI:
https://github.com/cryptoKevinL/LitChat-RestAPIRefer to https://github.com/LIT-Protocol/CeramicIntegration) for addtional details on the underlying core libraries.
Apache-2.0 OR MIT