hyperledger-archives / iroha-android

Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
107 stars 59 forks source link

[Help] Where is iroha-android-bindings folder come from ? #139

Open TranBaVinhSon opened 6 years ago

TranBaVinhSon commented 6 years ago

Where is iroha-android-bindings folder come from ?

mrZizik commented 6 years ago

You can build them via that script https://github.com/hyperledger/iroha/blob/master/example/java/build_library.sh from Android NDK code or grab via Gradle prebuilt by us. Detailed processes of both ways are described in our README

TranBaVinhSon commented 6 years ago

I have put implementation 'jp.co.soramitsu.iroha.android:iroha-android-bindings:+' into gradle file. But It seems like two ways (gradle and Compile the library) with different API? Ex: signAndAddSignature function https://github.com/BulatMukhutdinov/Iroha-Android/issues/1

Warchant commented 5 years ago

Use https://github.com/Warchant/iroha-pure-java instead of bindings.