From d2e9544fd8676ede3224199d7fb6c9d759fb0eb2 Mon Sep 17 00:00:00 2001 From: Conor Date: Mon, 6 Jul 2020 19:24:07 +0100 Subject: [PATCH] Update Web3j version --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 9bfcc389c..c0003997c 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ To get the latest version on Mac OS or Linux, type the following in your termina .. code-block:: bash - curl -L https://get.web3j.io | sh + curl -L https://get.epirus.io | sh Then follow the on-screen instructions or head `here `_. @@ -120,7 +120,7 @@ demonstrates a number of core features of Ethereum with web3j, including: Getting started --------------- -Typically your application should depend on release versions of web3j, but you may also use snapshot dependencies +Typically your application should depend on release versions of Web3j, but you may also use snapshot dependencies for early access to features and fixes, refer to the `Snapshot Dependencies`_ section. | Add the relevant dependency to your project: @@ -135,7 +135,7 @@ Java 8: org.web3j core - 4.5.12 + 4.6.1 Android: @@ -145,7 +145,7 @@ Android: org.web3j core - 4.2.0-android + 4.6.0-android @@ -156,13 +156,13 @@ Java 8: .. code-block:: groovy - compile ('org.web3j:core:4.5.12') + compile ('org.web3j:core:4.6.1') Android: .. code-block:: groovy - compile ('org.web3j:core:4.2.0-android') + compile ('org.web3j:core:4.6.0-android') Plugins ------- @@ -177,6 +177,8 @@ and `web3j-maven-plugin `_ for deta Start a client -------------- +If you sign up to the [Epirus Platform](https://www.web3labs.com/epirus), you do not need to run your own client. However, if you'd like to run your own read on. + Start up an Ethereum client if you don't already have one running. `Geth `_: @@ -192,8 +194,6 @@ Start up an Ethereum client if you don't already have one running. $ besu ----network=dev - - `dev` network uses has `some handy default parameters `_.