Welcome to Java SDK for Activeledger. This SDK facilitates the user in sending the transactions to the ledger against a smart contract.
- JDK 1.8 or above
- Apache Maven 3.7.0
-
mvn install
This command will generate a jar file which can be imported into Java application
-
mvn install -DskipTests=true
In case if you want to skip tests
The src/test/java/org/activeledger/java/sdk/activeledgerjavasdk/ActiveledgerJavaSdkApplicationTest.java contains a test Transfer funds transaction. It contains how to initialize the SDK, set connection, generate keys and send transaction. Currently, Transfer funds transaction has been created and sent but any transaction can be created similarly depending on the smart contract.