{"id":13414431,"url":"https://github.com/wolfposd/TMChat","last_synced_at":"2025-03-14T21:32:34.737Z","repository":{"id":152104095,"uuid":"66934481","full_name":"wolfposd/TMChat","owner":"wolfposd","description":"Tendermint based chat","archived":false,"fork":false,"pushed_at":"2018-03-20T15:47:26.000Z","size":210,"stargazers_count":23,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-07-31T21:52:59.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolfposd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-30T11:26:07.000Z","updated_at":"2019-10-20T16:24:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"fddae77b-84f6-4d84-85de-b844861cd8e2","html_url":"https://github.com/wolfposd/TMChat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfposd%2FTMChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfposd%2FTMChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfposd%2FTMChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfposd%2FTMChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfposd","download_url":"https://codeload.github.com/wolfposd/TMChat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221509012,"owners_count":16834812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:21.108Z","updated_at":"2024-10-26T07:31:08.274Z","avatar_url":"https://github.com/wolfposd.png","language":"Java","funding_links":[],"categories":["Language bundles"],"sub_categories":["Java bundle"],"readme":"# TMChat\nTMChat is a simple chat-demonstration using the Tendermint-Blockchain as a means to broadcast messages from one user to another.\n\n\n\n![alt text](https://github.com/wolfposd/TMChat/raw/master/screenshots/screen1.png \"screenshot\")\n\n\n\n\n## How to run\nThis project is handled by [Maven](https://maven.apache.org/) and thus can be build as such. (You will need to have maven installed)\n\n    git clone https://github.com/wolfposd/TMChat.git\n    cd TMChat\n    mvn package -U\n    \nYou will then find a runnable JAR in the target-directory, start it as follows:\n\n    cd target/\n    java -c bcprov-jdk15on-1.57.jar -jar tmchat-0.0.2-SNAPSHOT.jar user1 user2 ... userX\n  \n  Where user1 - userX are the chatwindows you would like to open. \n  \n  The example screenshot was created using:\n  \n    java -c bcprov-jdk15on-1.57.jar -jar tmchat-0.0.2-SNAPSHOT.jar Left Middle Right\n    \n    \n## Introduction\n\nThis demo is meant as a simple introduction on how to write applications for tendermint.\n\n![architecture](https://github.com/wolfposd/TMChat/raw/master/screenshots/architecture.png \"architecture\")\n\nThe Components are seperated into two logical parts, each serving a different functionality.\n\nThe NodeCommunication class connects to the tendermint-node via the ABCI-Socket Protocol (using jabci) to handle all the Tendermint messages like AppendTX, CheckTx and Commit. It also connects via Websocket to the tendermint-node to broadcast TXs it received from its connected clients. NodeCommunication acts as a proxy between Tendermint and the Frontend.\n\nThe Frontend is connected to the NodeCommunication. It can send Messages to it (which will be relayed as TXs to the node) and can register for receiving messages (which are converted from TXs). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfposd%2FTMChat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfposd%2FTMChat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfposd%2FTMChat/lists"}