Support for `plutus-script-utils`?
Is it the case that the way things are, it's not possible to have some of modules defined in plutus-apps such as plutus-script-utils to be present here?
@sourabhxyz We intentionally tried to keep everything as minimal as possible but if you think this is useful I don't see why we shouldn't add this :)
@rvcas I am a beginner in Plutus, so my thought process in following might be wrong.
I think it's useful, as for instance, in the current code base, you have simplified version of mkUntypedValidator.
Also plutus-apps contains plutus-ledger, which has some useful types like PubKeyHash, PaymentPubKeyHash, etc.
So, I think support for plutus-apps is essential but once again, excuse my noobness.
I believe, our .cabal file can be minimal but cabal.project file should be rich enough so that one can add these things in build dependency if required.
@sourabhxyz that makes sense to me
cc @scarmuega
yeah, makes sense, thanks for bringing it up @sourabhxyz.
plutus-script-utils was recently added as part of #13