Skip to content

Commit

Permalink
Add MazzumaGPT to Builder Tools (#1111)
Browse files Browse the repository at this point in the history
* Added MazzumaGPT to Builder Tools

* Add MazzumaGPT to Builder Tools

* minor change

* Delete yarn.lock

* minor changes

* reverting to unmodified yarn.lock

* Add MazzumaGPT to Builder Tools

---------

Co-authored-by: Robert Phair <[email protected]>
Co-authored-by: Fill <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2023
1 parent b9ff31e commit 138b967
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,14 @@ export const Showcases = [
getstarted: null,
tags: ["python", "nft" ]
},
{
title: "MazzumaGPT",
description: "Generate smart contract code in Plutus using AI",
preview: require("./builder-tools/mazzumagpt.png"),
website: "https://mazzumagpt.com",
getstarted:"https://mazzumagpt.gitbook.io/mazzumagpt-docs/",
tags: ["plutus"]
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/mazzumagpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 138b967

Please sign in to comment.