How to Use and Import Blockchain Library (web3j) on Anylogic

181 views Asked by At

I'm a newbie on Anylogic, and I would like to build a Simple supply chain in a scenario where data will be stored in a Blockchain environment. I have some pieces of advice from people that told me to use the web3j library, but I don't have any idea how to import it? Or how it works? or it is helpful for my vision.

1

There are 1 answers

0
freitoso On

I'm really throwing this out there, but I guess if you extract the library files to the project's folder, added every single file to the dependencies list under "jar files and class folders" and then imported the classes you need in the "Imports section" under "Advanced Java" in the Main agent properties, that could be enough for you to be able have the library imported to your model.