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.
https://polkadot-java.github.io/
Apache License 2.0
61 stars 28 forks source link

Is this project abandoned? #34

Open paulvi opened 3 years ago

paulvi commented 3 years ago

Main Java sources https://github.com/polkadot-java/api/tree/master/packages/src were not updated for 2 years, and there were never public release to maven Central #13

This looks like dead project.

paulvi commented 3 years ago

From 2 years old README

The working substrate version is 1.0.0-41ccb19c-x86_64-macos. Newer substrate may be not supported.

Current substrate version is 3.0 https://github.com/paritytech/substrate So of course there we breaking changes.

paulvi commented 3 years ago

I have spent some time trying to build, see #35

And them I came across https://github.com/emeraldpay/polkaj alternative. If this project is abandoned, then it would be nice to give like to these and other option.

kgara commented 2 years ago

So is this API still alive?