Documentation

Commentary

Org-babel support for compiling solidity code.

Example block:
#+begin_src solidity :args --asm --optimize
  contract A {
  }
#+end_src

The ":args" field is optional, if provided, it forwards the arguments to "solc".

The solc binary is found from the variable `solidity-solc-path`, defined in solidity-mode.

Requires

Dependencies

Consumers

Reverse Dependencies

No reverse dependencies recorded.