From c0ea7a31d5784a4d3bf94a0d34c704a51bff1b2d Mon Sep 17 00:00:00 2001 From: MI96 <mi3u17@soton.ac.uk> Date: Mon, 6 Aug 2018 19:27:00 +0100 Subject: [PATCH] new read me file outside the project folder --- README.md | 1 + sample-project-gradle-master/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c00a943..5aa3174 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ A. Compiling Solidity source code B. Auto generated Java wrapper for solidity smart contract - Need first to save your solidity code into a Notepad++ file with extention <yourcontract>.sol + C. Solidity smart contract wrappers - 3. web3j solidity generate [--javaTypes|--solidityTypes] /path/to/<smart-contract>.bin /path/to/<smart-contract>.abi -o /path/to/src/main/java -p com.your.organisation.name diff --git a/sample-project-gradle-master/README.md b/sample-project-gradle-master/README.md index c00a943..5aa3174 100644 --- a/sample-project-gradle-master/README.md +++ b/sample-project-gradle-master/README.md @@ -87,6 +87,7 @@ A. Compiling Solidity source code B. Auto generated Java wrapper for solidity smart contract - Need first to save your solidity code into a Notepad++ file with extention <yourcontract>.sol + C. Solidity smart contract wrappers - 3. web3j solidity generate [--javaTypes|--solidityTypes] /path/to/<smart-contract>.bin /path/to/<smart-contract>.abi -o /path/to/src/main/java -p com.your.organisation.name -- GitLab