opshin icon indicating copy to clipboard operation
opshin copied to clipboard

Factor out command line operations

Open nielstron opened this issue 2 years ago • 0 comments

The operations compile, build etc that are available in the command line should be moved into a cmd submodule such that it can be used as a python library

from eopsin.cmd import compile

uplc = compile("path/to/contract.py")

nielstron avatar Jan 14 '23 10:01 nielstron