diff --git a/README.md b/README.md index 1e8972d..0423949 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,27 @@ repositories { compile 'org.celo:contractkit:0.0.1' ``` +### Install Web3j Dependency + +celo-sdk-java relies on web3j which can be imported from mavenCentral. Currently, celo-sdk-java relies on version 4.6.3 of web3j and its recommended to use that version: + +maven +``` + + + org.web3j + core + 4.6.3 + + +``` + +gradle +``` +implementation 'org.web3j:core:4.6.3' +``` + +note: web3j has an android version which is recommended for use with the Android OS Install manually If you want to generate the jar and import manually.