diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index 9a3db17567..4273ca9f2a 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -1083,6 +1083,38 @@ export const Showcases = [ getstarted:"https://mazzumagpt.gitbook.io/mazzumagpt-docs/", tags: ["plutus"] }, + { + title: "ply", + description: "A helper library for working with compiled, parameterized Plutus Scripts", + preview: require("./builder-tools/mlabs.png"), + website: "https://github.com/mlabs-haskell/ply", + getstarted: "https://github.com/mlabs-haskell/ply/blob/master/README.md", + tags: ["getstarted", "library"], + }, + { + title: "ply-ctl", + description: "Type-safe PureScript interfaces for ply's typed-script envelope for use with cardano-transaction-lib", + preview: require("./builder-tools/mlabs.png"), + website: "https://github.com/mlabs-haskell/ply-ctl", + getstarted: "https://github.com/mlabs-haskell/ply-ctl/blob/master/README.md", + tags: ["getstarted", "library", "purescript"], + }, + { + title: "purescript-cip30", + description: "PureScript interface to Cardano wallets via CIP-30", + preview: require("./builder-tools/mlabs.png"), + website: "https://github.com/mlabs-haskell/purescript-cip30", + getstarted: "https://github.com/mlabs-haskell/purescript-cip30/blob/main/README.md", + tags: ["getstarted", "library", "purescript"], + }, + { + title: "purescript-cardano-serialization-lib", + description: "Purescript wrapper for cardano-serialization-lib", + preview: require("./builder-tools/mlabs.png"), + website: "https://github.com/mlabs-haskell/purescript-cardano-serialization-lib", + getstarted: "https://github.com/mlabs-haskell/purescript-cardano-serialization-lib/blob/main/README.md", + tags: ["getstarted", "library", "purescript"], + }, ]; export const TagList = Object.keys(Tags); diff --git a/src/data/builder-tools/mlabs.png b/src/data/builder-tools/mlabs.png new file mode 100644 index 0000000000..826dc3f67b Binary files /dev/null and b/src/data/builder-tools/mlabs.png differ