We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dc5118 + c4a148a commit 79f52feCopy full SHA for 79f52fe
system_contracts.md
@@ -30,7 +30,10 @@ Output:
30
31
Address: `0x000000000000000000000000000000000000000b`
32
33
-This is optional. It is provided for pure eWASM VMs to support EVM1 contracts.
+Transcompiles EVM1 bytecode into eWASM bytecode.
34
+
35
+The use of this is optional. A compatible client may implement EVM1 natively or
36
+may choose to use this transcompiler.
37
38
Input:
39
- **variable length**: *EVM1 contract code*
0 commit comments