{"id":29040704,"url":"https://github.com/pushchain/push-kotlin-sdk","last_synced_at":"2025-06-26T14:36:40.091Z","repository":{"id":177532529,"uuid":"658772377","full_name":"pushchain/push-kotlin-sdk","owner":"pushchain","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-26T09:25:26.000Z","size":2665,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-23T13:54:05.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pushchain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license-v1.md","code_of_conduct":null,"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}},"created_at":"2023-06-26T13:10:35.000Z","updated_at":"2024-10-20T20:29:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2396eb9-d864-4c80-812e-47a13d53f6a2","html_url":"https://github.com/pushchain/push-kotlin-sdk","commit_stats":null,"previous_names":["ethereum-push-notification-service/push-kotlin-sdk","push-protocol/push-kotlin-sdk","pushchain/push-kotlin-sdk"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/pushchain/push-kotlin-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-kotlin-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-kotlin-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-kotlin-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-kotlin-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pushchain","download_url":"https://codeload.github.com/pushchain/push-kotlin-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-kotlin-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262085902,"owners_count":23256540,"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":"2025-06-26T14:36:36.121Z","updated_at":"2025-06-26T14:36:40.059Z","avatar_url":"https://github.com/pushchain.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003ca href=\"https://push.org/#gh-light-mode-only\"\u003e\n    \u003cimg width='20%' height='10%' \nsrc=\"https://res.cloudinary.com/drdjegqln/image/upload/v1686227557/Push-Logo-Standard-Dark_xap7z5.png\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://push.org/#gh-dark-mode-only\"\u003e\n    \u003cimg width='20%' height='10%' \nsrc=\"https://res.cloudinary.com/drdjegqln/image/upload/v1686227558/Push-Logo-Standard-White_dlvapc.png\"\u003e\n    \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci align=\"center\"\u003ePush Protocol is a web3 communication network, enabling cross-chain notifications, messaging, video, and NFT chat for dapps, wallets, and services.🚀\u003c/i\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003e\n\n  \u003ca href=\"https://discord.com/invite/pushprotocol\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/discord-7289da.svg?style=flat-square\" alt=\"discord\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/pushprotocol\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/twitter-18a1d6.svg?style=flat-square\" alt=\"twitter\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/@pushprotocol\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/youtube-d95652.svg?style=flat-square\u0026\" alt=\"youtube\"\u003e\n  \u003c/a\u003e\n\u003c/h4\u003e\n\u003c/h1\u003e\n\u003ch2\u003ePush Kotlin SDK \u003c/h2\u003e \n\u003cp\u003e\nPush SDK provides an abstraction layer to integrate Push protocol features with your Frontend as well as Backend.\nThis SDK is a kotlin based repo of packages that helps developers to :\n\n- Build PUSH features into their DApps\n  - Notifications\n  - Chat\n  - Group Chat\n  \nwithout having to write a lot of boilerplate code. All the heavy lifting is done by the SDK, so that you the developer can focus on building features and bootstrap a DApp with PUSH features in no time!\n\u003c/p\u003e\n\u003c/div\u003e\n\n\n## Documentation\n\nThis package gives access to Push Protocol (Push Nodes) APIs. Visit [Developer Docs](https://docs.push.org/developers) or [Push.org](https://push.org) to learn more.\n\n#### 1. [Installation Guide](docs/1_Installation.md)\n#### 2. [Chat User](docs/2_User.md)\n#### 3. [W2W Chat](docs/3_Chat.md)\n#### 4. [Group Chat](docs/4_GroupChat.md)\n#### 5. [Channels](docs/5_Channels.md)\n---\n\n## Resources\n- **[Website](https://push.org)** To checkout our Product.\n- **[Docs](https://docs.push.org/developers/)** For comprehensive documentation.\n- **[Blog](https://medium.com/push-protocol)** To learn more about our partners, new launches, etc.\n- **[Discord](discord.gg/pushprotocol)** for support and discussions with the community and the team.\n- **[GitHub](https://github.com/ethereum-push-notification-service)** for source code, project board, issues, and pull requests.\n- **[Twitter](https://twitter.com/pushprotocol)** for the latest updates on the product and published blogs.\n\n\n## Contributing\n\nPush Protocol is an open source Project. We firmly believe in a completely transparent development process and value any contributions. We would love to have you as a member of the community, whether you are assisting us in bug fixes, suggesting new features, enhancing our documentation, or simply spreading the word. \n\n- Bug Report: Please create a bug report if you encounter any errors or problems while utilising the Push Protocol.\n- Feature Request: Please submit a feature request if you have an idea or discover a capability that would make development simpler and more reliable.\n- Documentation Request: If you're reading the Push documentation and believe that we're missing something, please create a docs request.\n\n\nRead how you can contribute \u003ca href=\"https://github.com/ethereum-push-notification-service/push-sdk/blob/main/contributing.md\"\u003eHERE\u003c/a\u003e\n\nNot sure where to start? Join our discord and we will help you get started!\n\n\n\u003ca href=\"https://discord.gg/pushprotocol\" title=\"Join Our Community\"\u003e\u003cimg src=\"https://www.freepnglogos.com/uploads/discord-logo-png/playerunknown-battlegrounds-bgparty-15.png\" width=\"200\" alt=\"Discord\" /\u003e\u003c/a\u003e\n\n## License\nCheck out our License \u003ca href='https://github.com/ethereum-push-notification-service/push-kotlin-sdk/blob/main/license-v1.md'\u003eHERE \u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushchain%2Fpush-kotlin-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushchain%2Fpush-kotlin-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushchain%2Fpush-kotlin-sdk/lists"}