From ab4f97a80b05c1e707dd1a8572657b76e94804c0 Mon Sep 17 00:00:00 2001 From: Martín Triay Date: Wed, 27 Sep 2017 13:59:26 -0300 Subject: Update contracts.rst Fixed web3 URL --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contracts.rst b/docs/contracts.rst index 69600fc1..cdc92315 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -20,7 +20,7 @@ Contracts can be created "from outside" via Ethereum transactions or from within IDEs, such as `Remix `_, make the creation process seamless using UI elements. -Creating contracts programatically on Ethereum is best done via using the JavaScript API `web3.js `_. +Creating contracts programatically on Ethereum is best done via using the JavaScript API `web3.js `_. As of today it has a method called `web3.eth.Contract `_ to facilitate contract creation. -- cgit