(Translated by https://www.hiragana.jp/)
GitHub - Markeljan/stxgpt: Write Clarity smart contracts using any programing language.
Skip to content

Write Clarity smart contracts using any programing language.

License

Notifications You must be signed in to change notification settings

Markeljan/stxgpt

Repository files navigation

STX GPT

Write smart contracts in any programming language and deploy them to the Stacks blockchain. chrome-capture-2023-9-3 (1)

Overview

STXGPT is a tool designed to assist developers in deploying Clarity smart contracts to the Stacks blockchain. It's especially useful for those familiar with languages like Solidity or those new to the Stacks ecosystem. The tool aids in converting syntax and bridging knowledge gaps, making the onboarding process for Stacks smart contract developers smoother.

Features

  • Code Conversion: Convert and adapt smart contract code with the help of our AI chatbot.
  • Deployment Options: Testnet only deployment for now.
  • Sponsored Deployment: Deploy without needing a wallet using our sponsored deployment option.
  • REST API: Use our publicly accessible API for deployments on testnet at smart-contract-gpt.com.

How It Works

Built using Next.js, Vercel-AI, OpenAI, Stacks.js, and Clarinet, our chatbot is fine-tuned with SIP-009 smart contract examples. It guides users in writing and converting smart contract code. The Stacks JS library handles the deployment to the selected network.

Setup & Configuration

To get started, you'll need to create a .env.local

# App URL example: https://smart-contract-gpt.com
NEXT_PUBLIC_APP_URL=

# OpenAI API Key
OPENAI_API_KEY=

# Stacks deployer private key
DEPLOYER_PRIVATE_KEY=

Challenges & Learnings

  • Block Times: Long block times on testnet posed a challenge. We recommend setting up a devnet for a more optimal experience.
  • Best Practices: Ensured up-to-date practices by incorporating SIP-009 examples from popular NFT contracts on Stacks.

Technologies Used

Clarity Next.js OpenAI React Stacks Stacks.js

Links

About

Write Clarity smart contracts using any programing language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published