hyperledger / web3j-maven-plugin

web3j Maven plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate meta-data files as well (optional as with bin, abi)

truthslie opened this issue · comments

In order to verify your deployed contract with Sourcify you need to provide the metadata JSON files with will provide about the used compiler details etc.
The maven plugin should also create these files as option.

The code to be changed is quite straight forward IMHO and I'm happy to provide a pull request (as soon as I remember how 😊 )