api
api copied to clipboard
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...
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.
An attempt to initialize the API produces the attached errors. Initialization code: ```kotlin val wsProvider = WsProvider("wss://rpc.polkadot.io/") val ready: Promise = ApiPromise.create(wsProvider) ``` Is there any way to get it...
Library not loaded: /Users/wangbo/open/sr25519/sr25519-crust/build/release/deps/libsr25519crust.dylib
The API Library should be available as Maven compliant artifact published on Maven Central (or as part of the API repository itself, i.e. publish directory) in order to allow easy...
I tried to build that with ndk toolchains an when i tried to use that got this exception ```java java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Unwind_Backtrace" referenced by "/data/app/jp.co.soramitsu.sora.develop-QgQ2h40xY4_vNE-yhvKgpg==/lib/arm64/libjni.so"... ```
 while I sh compile.sh, jni.h file not found  and I run the command in terminal ...
1.Complete refactoring to type/interface structure 2.Synchronize the latest json-rpc 3.Authoring of network items with latest network