How do I build the Web3J-4.8.9 version into a JAR package for performing solidity conversion to Java classes #1606
Unanswered
1742268440Zhy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to use the latest version of Web3J's command-line tool for converting my Solidity contracts into Java classes for development.
web3j solidity generate --javaTypes -b BinPmgEth.bin -a AbiPmgEth.abi -o AbiPmgEth.java -p com.pay.abi
However, the latest version of Web3J only provides the source code, and there is no JAR file. How can I generate the JAR file?
Beta Was this translation helpful? Give feedback.
All reactions