Skip to content

KannaKim/DecentChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decent Chat

simple proof-of-concept on decentralized chat service.

How it works

When a client sends a message, it isn't routed through a centralized server. Instead, the message is sent directly to an Ethereum smart contract.

The browser periodically checks the smart contract for any updated chat data. If new messages are found, it retrieves and displays them.

This approach makes the browser as a simple intermediary between the client and the smart contract, ensuring that the application operates in a decentralized manner

Demo

demo video

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published