IntersectMBO / plutus-apps

The Plutus application platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serializing Plutus Scripts

jonathanfishbein1 opened this issue · comments

Summary

The directions found here How to export scripts, datums and redeemers are not working for me.

showSerialised :: IO () showSerialised = print serialisedDateValidator

is causing a cabal error

Error: cabal: Failed to build The build process terminated with exit code -4

and this

{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:dump-uplc #-}

is not printing a file location to the terminal

Steps to reproduce the behavior

Serialize a plutus script

Actual Result

cabal error

Expected Result

a serialized plutus script

Describe the approach you would take to fix this

No response

System info

NixOs
"plutus-core" "1.15.0.1"