From ff6fd5e9de44a49b147cbd7e199a0d924b948674 Mon Sep 17 00:00:00 2001 From: Sam Nazha <sam@blk.io> Date: Mon, 3 Dec 2018 20:21:54 +1100 Subject: [PATCH] #812: added links to the gradle and maven plugins. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 49aca792b..dd9e5e0c0 100644 --- a/README.rst +++ b/README.rst @@ -153,6 +153,15 @@ Android: compile ('org.web3j:core:3.3.1-android') +Plugins +------- +There are also gradle and maven plugins to help you generate web3j Java wrappers for your Solidity smart contracts, +thus allowing you to integrate such activities into your project lifecycle. + +Take a look at the project homepage for the +`web3j-gradle-plugin <https://github.com/web3j/web3j-gradle-plugin>`_ +and `web3j-maven-plugin <https://github.com/web3j/web3j-maven-plugin>`_ for details on how to use these plugins. + Start a client --------------