Skip to content

Commit 14f63cc

Browse files
LCamelekpyron
andauthored
Update docs/metadata.rst
Co-authored-by: Daniel Kirchner <[email protected]>
1 parent de857c2 commit 14f63cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/metadata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ the :ref:`Standard JSON Interface<compiler-api>`.
2222
You have to publish the metadata file to IPFS, Swarm, or another service so
2323
that others can access it. You create the file by using the ``solc --metadata``
2424
command together with the ``--output-dir`` parameter. Without the parameter,
25-
it will only be written to standard out.
26-
It contains IPFS and Swarm references to the source code, so you have to
27-
upload all source files and the metadata file. For IPFS, The hash contained
25+
the metadata will be written to standard output.
26+
The metadata contains IPFS and Swarm references to the source code, so you have to
27+
upload all source files in addition to the metadata file. For IPFS, the hash contained
2828
in the CID returned by ``ipfs add`` (not the direct sha2-256 hash of the file)
2929
shall match with the one contained in the bytecode.
3030

0 commit comments

Comments
 (0)