From c4b249315faa9758c3fa2c911ba9975d4204938b Mon Sep 17 00:00:00 2001 From: Keri Date: Thu, 7 Nov 2019 16:19:15 -0700 Subject: [PATCH] Fix link, add release notes --- docs/quickstart.rst | 4 ++-- newsfragments/1482.doc.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 newsfragments/1482.doc.rst diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 85cb54e0a8..56cc9b3b32 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -34,9 +34,9 @@ Using Web3 ---------- To use the web3 library you will need to initialize the -:class:`~web3.Web3` class and connecting to an Ethereum node. +:class:`~web3.Web3` class and connect to an Ethereum node. The quickest way to do so for free is by setting up an account on -`Infura https://infura.io/>`. On Infura, create a project and copy +`Infura `_. On Infura, create a project and copy the Project ID. Then set the environment variable ``WEB3_INFURA_PROJECT_ID``. .. code-block:: shell diff --git a/newsfragments/1482.doc.rst b/newsfragments/1482.doc.rst new file mode 100644 index 0000000000..5c918c711e --- /dev/null +++ b/newsfragments/1482.doc.rst @@ -0,0 +1 @@ +Update Quickstart instructions to use the auto Infura module instead of the more complicated web3 auto module