ob-solidity

Homepage: https://github.com/hrkrshnn/ob-solidity

Author: hrkrshnn

Updated:

Summary

Org-babel functions for solidity evaluation

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.

Dependencies