{"id":22406717,"url":"https://github.com/beldex-coin/bchat-android","last_synced_at":"2026-04-02T14:49:26.153Z","repository":{"id":45527435,"uuid":"397833216","full_name":"Beldex-Coin/bchat-android","owner":"Beldex-Coin","description":"A decentralized confidential messaging app  that runs on Beldex network - For Android","archived":false,"fork":false,"pushed_at":"2026-03-20T11:58:30.000Z","size":32497,"stargazers_count":20,"open_issues_count":50,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-21T04:24:00.350Z","etag":null,"topics":["beldex","chat","confidential","decentralized","messenger"],"latest_commit_sha":null,"homepage":"https://bchat.beldex.io","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Beldex-Coin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-19T05:57:57.000Z","updated_at":"2026-02-20T12:17:50.000Z","dependencies_parsed_at":"2024-02-04T15:34:42.733Z","dependency_job_id":"fd00723a-b2d2-4a9f-b8a4-56d77dec8f7f","html_url":"https://github.com/Beldex-Coin/bchat-android","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/Beldex-Coin/bchat-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beldex-Coin%2Fbchat-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beldex-Coin%2Fbchat-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beldex-Coin%2Fbchat-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beldex-Coin%2Fbchat-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beldex-Coin","download_url":"https://codeload.github.com/Beldex-Coin/bchat-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beldex-Coin%2Fbchat-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["beldex","chat","confidential","decentralized","messenger"],"created_at":"2024-12-05T11:09:53.179Z","updated_at":"2026-04-02T14:49:26.132Z","avatar_url":"https://github.com/Beldex-Coin.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"BChat\n======\nBChat is a decentralized p2p messaging app that runs on Beldex network. Unlike other centralized messaging apps BChat never collect any user data like phone number, location, email, IP address.. etc. The message you sent using BChat will be highly secure and anonymous. No one (even us) can have control of your data that has been shared in BChat. Wtih BChat you own your data.\n\n[\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png\" alt=\"Get it on Google Play\" height=\"80\"/\u003e](https://play.google.com/store/apps/details?id=io.beldex.bchat)\n[\u003cimg src=\"https://raw.githubusercontent.com/flocke/andOTP/master/assets/badges/get-it-on-github.svg\" alt=\"Get it on Github\" height=\"80\"/\u003e](https://github.com/Beldex-Coin/bchat-android/releases)\n\n\n\nBuilding From Source\n==================\n\nBasics\n------\n\nBChat uses [Gradle](http://gradle.org) to build the project and to maintain\ndependencies.  However, you needn't install it yourself; the\n\"gradle wrapper\" `gradlew`, mentioned below, will do that for you.\n\nDependencies\n---------------\nYou will need Java 8 set up on your machine.\n\nEnsure that the following packages are installed from the Android SDK manager:\n\n* Android SDK Build Tools (see buildToolsVersion in build.gradle)\n* SDK Platform (all API levels)\n* Android Support Repository\n* Google Repository\n\nIn Android studio, this can be done from the Quickstart panel. Just choose \"Configure\", then \"SDK Manager\". In the SDK Tools tab of the SDK Manager, make sure that \"Android Support Repository\" is installed, and that the latest \"Android SDK build-tools\" are installed. Click \"OK\" to return to the Quickstart panel. You may also need to install API version 28 in the SDK platforms tab.\n\nSetting up a development environment and building from Android Studio\n------------------------------------\n\n[Android Studio](https://developer.android.com/sdk/installing/studio.html) is the recommended development environment.\n\n1. Open Android Studio. On a new installation, the Quickstart panel will appear. If you have open projects, close them using \"File \u003e Close Project\" to see the Quickstart panel.\n2. From the Quickstart panel, choose \"Checkout from Version Control\" then \"git\".\n3. Paste the URL for the bchat-android project when prompted (https://github.com/beldex-coin/bchat-android.git).\n4. Android Studio should detect the presence of a project file and ask you whether to open it. Click \"yes\".\n5. Default config options should be good enough.\n6. Project initialization and building should proceed.\n\nContributing code\n-----------------\n\nCode contributions should be sent via Github as pull requests, from feature branches [as explained here](https://help.github.com/articles/using-pull-requests)\n\nCredits\n-------\n- Portions Copyright (c) 2014-2018 The Monero Project\n- Portions Copyright (c) 2011 Whisper Systems\n- Portions Copyright (c) 2013-2017 Open Whisper Systems\n- Portions Copyright (c) 2018-2021 Session \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeldex-coin%2Fbchat-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeldex-coin%2Fbchat-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeldex-coin%2Fbchat-android/lists"}