Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MLabs projects to Builder Tools #1171

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Binary file added src/data/builder-tools/mlabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading