Replies: 1 comment
-
@ajuggler the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am porting a project written in Plutus (Haskell) to Aiken. In my current workflow, an external program writes the validator's parameters into a json file. On the Haskell side, my
main
function uses a Haskell utility to read this json file and passes the parameters to the validator which can then be serialized into CBOR. What would be the equivalent steps for implement this workflow using Aiken?Beta Was this translation helpful? Give feedback.
All reactions