Command Line Interface
Last updated
Was this helpful?
Last updated
Was this helpful?
The cashc
command line interface is used to compile CashScript .cash
files into .json
artifact files. These artifacts can be imported and used by the JavaScript SDK or other libraries / applications that use CashScript. For more information on this artifact format refer to .
You can use npm
to install the cashc
command line tool globally.
The cashc
CLI tool can be used to compile .cash
files to JSON artifact files.