-
Notifications
You must be signed in to change notification settings - Fork 502
Open
Description
Describe the feature you'd like
Currently, parsing UPLC .flat file using uplc utility expects given file to be encoded as raw binary containing flat encoded UPLC term. Yet, it is more common to have some script source code in textual hex string format as that is how it is often used in various offchain frameworks and cardano-cli.
It would be very helpful for uplc utility to support these textual hex files as well as ones that is wrapped inside of CBOR.
Describe alternatives you've considered
No response