web3j / eea-sample-project

Apache License 2.0
0 stars 3 forks source link

Documentation on how to run this project #2

Open ekellstrand opened 5 years ago

ekellstrand commented 5 years ago

Idea: Is this lib current? web3j-eea-sample-project\lib\eea-4.3.0-SNAPSHOT-all.jar
It doesn't contain the package: org.web3j.humanstandardtoken

Steps to reproduce:

Expected: Tests Complete Actual: src\main\kotlin\org\web3j\eea\sample\Application.kt: (17, 18): Unresolved reference: humanstandardtoken

Environment: Win10Ent cmd.exe

iikirilov commented 5 years ago

Yes, documentation is required here.

You need to have 0.4.2 < solc version < 0.5 and you need to run ./gradlew generateContractWrappers

Thank you for testing on windows environment. This has only been tested on UNIX systems.

iikirilov commented 5 years ago

You also need the privacy dockerized environment from pantheon-quickstart