Skip to content

input-output-hk/xsy-liqwid-libs

 
 

Repository files navigation

liqwid-libs

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.

Overview

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.

Organization

Please read the README of the library you are trying to use. Versioning and changelogs are kept on a per-library basis.

Importing using liqwid-nix

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.

About

A monorepo for Liqwid Labs plutarch libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 94.8%
  • Makefile 4.3%
  • Nix 0.9%