essential-contributions / pint

Pint, the constraint-based programming language for declarative blockchains
Apache License 2.0
14 stars 0 forks source link

Generate `JSON ABI` to output directory when `--output` flag is used #795

Closed lethalgem closed 1 month ago

lethalgem commented 1 month ago

Closes #714

Ex. cargo r --bin pintc test.pnt --output testing/test.json

now outputs . |-- testing | |-- test-abi.json | |-- test.json