Web3j library for aux
Steps to folow to build a jar
-Navigate to web3j/core/
Run the following commands -
- gradle clean
- gradle jar
After successfully build, you can find the jar in web3j/core/build/libs
Use this jar in your program to access web3j functionality.