From 77c4984fd31f7c0506235ef8b1152e7279b24bfd Mon Sep 17 00:00:00 2001 From: Gravitron Prime Date: Thu, 2 Nov 2023 16:43:36 +0000 Subject: [PATCH] Added MazzumaGPT plugin --- plugins/mazzumagpt/profile.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/mazzumagpt/profile.json diff --git a/plugins/mazzumagpt/profile.json b/plugins/mazzumagpt/profile.json new file mode 100644 index 00000000..a1958578 --- /dev/null +++ b/plugins/mazzumagpt/profile.json @@ -0,0 +1,12 @@ +{ + "name": "mazzumagpt-remix-plugin", + "displayName": "MazzumaGPT Plugin", + "description": "Generate smart contract code using AI with MazzumaGPT.", + "events": [], + "methods": [], + "url": "https://remix-plugin.mazzuma.com", + "icon": "https://cdn.teamcyst.com/resources/mazzuma.png", + "documentation": "https://mazzumagpt.gitbook.io", + "version": "0.1.0.0", + "location": "sidePanel" + } \ No newline at end of file