Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 698 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 698 Bytes

README

Overview

The compiler that:

How to Build

At First, do dune build (this only needs to be done at the first 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.