Skip to content

Commit 3a8a822

Browse files
committed
Add ethpm registry explainer
1 parent f17309f commit 3a8a822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ Output:
304304
Working with Contracts via ethPM
305305
--------------------------------
306306

307-
`ethPM <http://www.ethpm.com/>`__ packages contained configured contracts ready for use. Web3's ``ethpm`` module (``web3.pm``)
307+
`ethPM <http://www.ethpm.com/>`__ packages contain configured contracts ready for use. Web3's ``ethpm`` module (``web3.pm``)
308308
extends Web3's native ``Contract`` module, with a few modifications for how you instantiate ``Contract`` factories and instances.
309309

310310
All you need is the package name, version and ethPM registry address for the package you wish to use.
311-
You can find some available registries to explore in the `ethPM explorer <http://explorer.ethpm.com/>`__.
311+
An ethPM registry is essentially an on-chain datastore for the release data associated with an ethPM package. You can find some sample registries to explore in the `ethPM explorer <http://explorer.ethpm.com/>`__. Remember, you should only use packages from registries whose maintainer you trust not to inject malicious code!
312312

313313
In this example we will use the ``[email protected]`` package sourced from the ``ens.snakecharmers.eth`` registry.
314314

0 commit comments

Comments
 (0)