Skip to content

mlabs-haskell/purescript-plutus-types

Repository files navigation

purescript-plutus-types

This project aims to build compatibility layer for Cardano Plutus in PureScript.

It is mainly used in cardano-transaction-lib to provide PlutusData and JSON encodings for Plutus types the same way it is done in Plutus.

If you are building a Cardano dApp, the main use case of this package is to convert script arguments to PlutusData before applying them to parametrized scripts.

There are types from plutus and from plutus-apps mixed in this package for convenience.