Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 711 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 711 Bytes

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.