generator-jhipster-web3j
v0.0.1
Published
JHipster module to integrate web3j dependency
Downloads
3
Maintainers
Readme
generator-jhipster-web3j
JHipster module, JHipster module to integrate web3j dependency
Introduction
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.
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With NPM
To install this module:
npm install -g generator-jhipster-web3j
To update this module:
npm update -g generator-jhipster-web3j
With Yarn
To install this module:
yarn global add generator-jhipster-web3j
To update this module:
yarn global upgrade generator-jhipster-web3j
Usage
After running the module you should now have a new web3j dependency in your pom.xml or build.gradle.
License
Apache-2.0 © Anthony Viard