{"id":18519930,"url":"https://github.com/proximax-storage/java-xpx-chain-sdk","last_synced_at":"2025-08-02T21:36:37.110Z","repository":{"id":42659645,"uuid":"125680335","full_name":"proximax-storage/java-xpx-chain-sdk","owner":"proximax-storage","description":"ProximaX Sirius-Chain Java SDK","archived":false,"fork":false,"pushed_at":"2022-03-29T14:26:29.000Z","size":53784,"stargazers_count":7,"open_issues_count":15,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-24T04:11:18.016Z","etag":null,"topics":["catapult","java","proximax","sdk","sirius"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proximax-storage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-18T00:30:26.000Z","updated_at":"2023-03-15T20:41:10.000Z","dependencies_parsed_at":"2022-09-05T05:00:32.880Z","dependency_job_id":null,"html_url":"https://github.com/proximax-storage/java-xpx-chain-sdk","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fjava-xpx-chain-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fjava-xpx-chain-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fjava-xpx-chain-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fjava-xpx-chain-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proximax-storage","download_url":"https://codeload.github.com/proximax-storage/java-xpx-chain-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012578,"owners_count":21033224,"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":["catapult","java","proximax","sdk","sirius"],"created_at":"2024-11-06T17:17:54.078Z","updated_at":"2025-04-09T09:32:29.016Z","avatar_url":"https://github.com/proximax-storage.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/proximax-storage\" target=\"_blank\"\u003e\u003cimg width=\"300\" src=\"https://user-images.githubusercontent.com/29048783/72933958-c8836400-3d30-11ea-99d5-678e20f43e19.png\" alt=\"ProximaX Sirius Blockchain Java SDK\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Coverage Status](https://coveralls.io/repos/github/proximax-storage/java-xpx-chain-sdk/badge.svg?branch=master)](https://coveralls.io/github/proximax-storage/java-xpx-chain-sdk?branch=master)\n[![Build Status](https://travis-ci.com/proximax-storage/java-xpx-chain-sdk.svg?branch=master)](https://travis-ci.com/proximax-storage/java-xpx-chain-sdk)\n\n# ProximaX Sirius Blockchain Java SDK #\n\nOfficial ProximaX Sirius Blockchain SDK Library in Java.\n\nThe ProximaX Sirius Chain Java SDK is a Java library for interacting with the Sirius Blockchain. It provides a complete library set coverage, and supports synchronous and asynchronous requests. This SDK can be used with JVM-based languages like Java, Kotlin, Scala.\n\n## Use the library ##\n\nSee [wiki](https://github.com/proximax-storage/java-xpx-chain-sdk/wiki) for latest version of the project.\n\nThis library requires use of Java8. Releases of library are published to [Maven Central](https://search.maven.org/search?q=a:java-xpx-chain-sdk) and [snapshots](https://oss.sonatype.org/content/repositories/snapshots/io/proximax/java-xpx-chain-sdk/) are available in [Sonatype snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). To include library and its dependencies, add following to your build script:\n\n### Maven ###\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.proximax\u003c/groupId\u003e\n    \u003cartifactId\u003ejava-xpx-chain-sdk\u003c/artifactId\u003e\n    \u003cversion\u003e${javaXpxVersion}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle ###\n\n```gradle\ncompile \"io.proximax:java-xpx-chain-sdk:${javaXpxVersion}\"\n```\n\n## Documentation ##\n\nFor SDK documentation and examples see [wiki](https://github.com/proximax-storage/java-xpx-chain-sdk/wiki) and [JavaDoc](https://proximax-storage.github.io/java-xpx-chain-sdk/javadoc/).\n\nCheck [integration tests](https://github.com/proximax-storage/java-xpx-chain-sdk/tree/master/src/e2e/java/io/proximax/sdk) for working examples how to use the library.\n\n## Contribution ##\n\nWe'd love to get more people involved in the project. Please feel free to [raise issue](https://github.com/proximax-storage/java-xpx-chain-sdk/issues/new) or PR and we'll review your contribution.\n    \n## License ##\n\nProject is licensed under Apache License Version 2.0. See [LICENSE](https://github.com/proximax-storage/java-xpx-chain-sdk/blob/master/LICENSE) file for details.\n\n\u003cp align=\"right\"\u003e\u003ci\u003e\u003csub\u003eCopyright (c) 2019 ProximaX Limited\u003c/sub\u003e\u003c/i\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximax-storage%2Fjava-xpx-chain-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproximax-storage%2Fjava-xpx-chain-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximax-storage%2Fjava-xpx-chain-sdk/lists"}