Skip to content

Commit

Permalink
Update Web3j version
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Jul 6, 2020
1 parent 72f8edd commit d2e9544
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.web3j.io/quickstart/>`_.

Expand All @@ -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:
Expand All @@ -135,7 +135,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.5.12</version>
<version>4.6.1</version>
</dependency>
Android:
Expand All @@ -145,7 +145,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.2.0-android</version>
<version>4.6.0-android</version>
</dependency>
Expand All @@ -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
-------
Expand All @@ -177,6 +177,8 @@ and `web3j-maven-plugin <https://github.com/web3j/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 <https://github.com/ethereum/go-ethereum/wiki/geth>`_:
Expand All @@ -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 <https://besu.hyperledger.org/en/stable/Reference/Accounts-for-Testing/#development-mode>`_.


Expand Down

0 comments on commit d2e9544

Please sign in to comment.