Skip to content

Commit

Permalink
Clarify the transcompiler in System Contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jan 23, 2018
1 parent 9dc5118 commit c4a148a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system_contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ Output:

Address: `0x000000000000000000000000000000000000000b`

This is optional. It is provided for pure eWASM VMs to support EVM1 contracts.
Transcompiles EVM1 bytecode into eWASM bytecode.

The use of this is optional. A compatible client may implement EVM1 natively or
may choose to use this transcompiler.

Input:
- **variable length**: *EVM1 contract code*
Expand Down

0 comments on commit c4a148a

Please sign in to comment.