There’s some community demand for the substrate RPC java tooling and sdk Posts containing 'java' - Substrate and Polkadot Stack Exchange
and discord.gg/polkadot
Java is still one of the most professionally used languages, mostly by enterprises Stack Overflow Developer Survey 2023.
I have worked at a few major fintechs in India, where Java is hugely prevalant.
Previous attempts but with no longer support and maintenance
- GitHub - polkadot-java/api: Java APIs around Polkadot and any Substrate-based chain RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata.Full documentation & examples available.
- GitHub - strategyobject/substrate-client-java: Java library to access Polkadot and Substrate based chains via RPC calls
- GitHub - splix/polkaj: Library to access and build for Polkadot using Java
I have forked GitHub - splix/polkaj: Library to access and build for Polkadot using Java and started working on a new java substrate API client with ease of use like polkadot-js and aws-java-sdk. It’s a mammoth task getting near to the levels of polkadot-js, but I believe something like this is a must have for the community to support full integration of the APIs compatible with all languages(Go, Rust, Python, Js are well maintained).