You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: sol2uml does not use the Solidity compiler so may differ with solc. A known example is fixed-sized arrays declared with an expression will fail to be sized.
The results show the comparision of contract A to B.
164
+
The green sections are additions to contract B that are not in contract A.
165
+
The red sections are removals from contract A that are not in contract B.
166
+
The line numbers are from contract B. There are no line numbers for the red sections as they are not in contract B.
167
+
168
+
Compare verified Solidity code differences between two contracts.
169
+
170
+
Arguments:
171
+
addressA Contract address in hexadecimal format with a 0x prefix.
172
+
addressB Contract address in hexadecimal format with a 0x prefix.
173
+
174
+
Options:
175
+
-l, --lineBuffer <value> Minimum number a lines before and after changes (default: "4")
176
+
-s, --saveFiles Save the flattened contract code to the filesystem. The file names will be the contract address with a .sol extension. (default: false)
177
+
-h, --help display help for command
178
+
```
179
+
157
180
## UML Class diagram examples
158
181
159
182
To generate a diagram of all contracts under the contracts folder and its sub folders
0 commit comments