Giter Site home page Giter Site logo

indy-sdk-jwrapper's Introduction

Indy-Sdk for Java

How to Build:

  1. Ensure that you have synced the latest code from this repository.

  2. Ensure that you have JDK installed on your system and PATH and CLASSPATH.

  3. On Mac or Linux open a terminal, Execute the following command ./gradlew clean build This will ensure that firstly correct version of gradle is downloaded and installed, next the other dependencies are downloaded installed and the code is compiled and built.

  4. For those who use eclipse, execute the following ./gradlew eclipse This will generate the eclipse project related artifacts with all sub projects properly created with even the source jar files of all the dependencies downloaded and linked correctly. Next import these projects into your Eclipse workspace.

  5. Download and install Indy-Sdk c-callable library. This means depending on your OS you might have a libindy.so or libindy.dylib or libindy.dll present somewhere on your OS. Alternatively you could also clone the Indy-SDK rust project and build it to obtain the library directly.

  6. Check the code in the subproject: indy-sdk-jwrapper/example to figure out how this SDK Java Wrapper can be consumed.

  7. To run the example code without having to install Eclipse or carry out the complex other Java specific settings, edit file example/src/main/java/org/hyperledger/indy/sdk/example/Main.java make any necessary changes/edits to it save the file, then execute the following command ./gradlew clean build run

indy-sdk-jwrapper's People

Watchers

Farooq Khan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.