hyperledger-web3j / web3j-maven-plugin

web3j Maven plugin
Apache License 2.0
117 stars 83 forks source link

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

Closed truthslie closed 1 year ago

truthslie commented 1 year ago

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 😊 )