This project is a web application that allows users to generate and deploy smart contracts on the RSK blockchain.
- Generate smart contracts from natural language descriptions
- Refine existing contracts with specific instructions
- Deploy contracts to RSK blockchain
- View contract source code, ABI, and bytecode
- Connect to MetaMask for contract deployment
- Clone the repository
- Install dependencies with
npm install - Start the development server with
npm start
- Enter a description of the contract you want to generate
- Click "Generate" to create the contract
- Review the generated contract
- Click "Deploy" to deploy the contract to RSK blockchain
- React
- Vite
- Tailwind CSS
- Ethers.js
- RSK blockchain