JHipster module, JHipster module to integrate web3j dependency
This is a JHipster module, that is meant to be used in a JHipster application. This module is based on the web3j project.
It add all dependencies you need to use web3j with a JHipster application. You can check the sample project from web3j.
Keep in mind this an alpha version. Feel free to contribute.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
npm install -g generator-jhipster-web3j
To update this module:
npm update -g generator-jhipster-web3j
To install this module:
yarn global add generator-jhipster-web3j
To update this module:
yarn global upgrade generator-jhipster-web3j
After running the module you should now have a new web3j dependency in your pom.xml or build.gradle.
Apache-2.0 © Anthony Viard