- Run the following command to generate contracts abi code:
mvn web3j:generate-sources
- Before compiling the plugin, you can modify the type and id of the plugin by modifying
the
products
and pluginId
attribute values in EthereumBBCService.java
.
In the current code, the product is simple-ethereum
, and the pluginId is plugin-simple-ethereum
.
@BBCService(products = "simple-ethereum", pluginId = "plugin-simple-ethereum")
- Then execute the compile command in the plugin project directory
to get the jar for use as a plugin
mvn clean package -Dmaven.test.skip=true