A monorepo for Liqwid Labs plutarch libraries.
Public discussion and assistance can be found on discord @ #liqwid-libs. Issues and project-management-related information are tracked on Notion.
| Library | Description |
|---|---|
| liqwid-plutarch-extra | Collection of Plutarch types, typeclasses, helpers, and utilities shared between projects. |
| liqwid-script-export | Export scripts for off-chain consumption through a HTTP server. |
| plutarch-quickcheck | Helper library to write Plutarch-oriented QuickCheck property tests. |
| plutarch-context-builder | Helpful builders for ScriptContexts. |
| plutarch-benchmark | Library to compare algorithm implementations of Plutarch code. |
| plutarch-unit | Library to write Plutarch-oriented unit tests using tasty. |
Please read the README of the library you are trying to use. Versioning and changelogs are kept on a per-library basis.
When importing these libraries using liqwid-nix, you can use extraHackageDeps to specify which packages to include:
"${inputs.liqwid-libs}/plutarch-quickcheck"
"${inputs.liqwid-libs}/plutarch-context-builder"This will include plutarch-quickcheck and plutarch-context-builder and make them available to cabal.