Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 623 Bytes

README

Overview

The compiler that:

How to Build

By dune exec ocamyulc <parent>/<dirname>/<filename>.ml, .json file for <filename>.ml is generated and saved in <parent>/contracts directory.

Before compiling, you need to install solc, not solcjs. For installation, refer to https://docs.soliditylang.org/en/latest/installing-solidity.html#linux-packages.

Examples

See sample/READEME.md.