File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ the :ref:`Standard JSON Interface<compiler-api>`.
22
22
You have to publish the metadata file to IPFS, Swarm, or another service so
23
23
that others can access it. You create the file by using the ``solc --metadata ``
24
24
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
28
28
in the CID returned by ``ipfs add `` (not the direct sha2-256 hash of the file)
29
29
shall match with the one contained in the bytecode.
30
30
You can’t perform that action at this time.
0 commit comments