From f5a8519bd584957aa960f68bae274392872b6e62 Mon Sep 17 00:00:00 2001 From: Paul Brower Date: Thu, 14 Oct 2021 15:06:56 -0600 Subject: [PATCH] update README with web3j version --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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.