You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts are compiled in uplc and then serialized as bytestring. We used to be able to load them from those bytestrings and convert them to working typed validators or minting policies. This is no longer possible as the API to make those loads has changed a lot. We need to bring back this capability, as this will allow us to handle scripts that are originally not written in Plutus, but instead in Aiken, Plutarch or other similar languages compiling to uplc.
The text was updated successfully, but these errors were encountered:
Scripts are compiled in uplc and then serialized as bytestring. We used to be able to load them from those bytestrings and convert them to working typed validators or minting policies. This is no longer possible as the API to make those loads has changed a lot. We need to bring back this capability, as this will allow us to handle scripts that are originally not written in Plutus, but instead in Aiken, Plutarch or other similar languages compiling to uplc.
The text was updated successfully, but these errors were encountered: