Add link to "source-verify".

This commit is contained in:
chriseth
2019-04-29 09:15:05 +02:00
parent 00d81929b1
commit e6926504ef
+4
View File
@@ -178,3 +178,7 @@ bytecode is compared to the data of the creation transaction or ``CREATE`` opcod
This automatically verifies the metadata since its hash is part of the bytecode.
Excess data corresponds to the constructor input data, which should be decoded
according to the interface and presented to the user.
In the repository [source-verify](https://github.com/ethereum/source-verify)
([npm package](https://www.npmjs.com/package/source-verify)) you can see
example code that shows how to use this feature.