Interactive smart contract generator based on OpenZeppelin Contracts.
Claude Desktop config.json'a ekle
{
"mcpServers": {
"openzeppelin-contracts-wizard": {
"command": "node",
"args": [
"~/.mcp/contracts-wizard/index.js"
]
}
}
} Kaynak kodu al ve yerel olarak çalıştır
git clone https://github.com/OpenZeppelin/contracts-wizard.git ~/.mcp/contracts-wizard
cd ~/.mcp/contracts-wizard Contracts Wizard is a web application to interactively build a contract out of components from OpenZeppelin Contracts. Select the kind of contract that you want, set your parameters and desired features, and the Wizard will generate all of the code necessary. The resulting code is ready to be compiled and deployed, or it can serve as a starting point and customized further with application specific logic.
Use the Contracts Wizard at https://wizard.openzeppelin.com
Generate contracts from the command line. See the CLI package.
Allow AI agents to generate contracts. See the MCP package for local installation, or OpenZeppelin MCP Servers for a hosted version.
Generate contracts programmatically from your own applications.
View the API documentation for each smart contract language:
To embed Contracts Wizard on your site, first include the script tag:
<script async src="https://wizard.openzeppelin.com/build/embed.js"></script>
Then place <oz-wizard></oz-wizard> in the body where you want Contracts Wizard to load.
Optionally focus on specific tab with the data-tab attribute as in <oz-wizard data-tab="ERC721"></oz-wizard>.
For languages other than Solidity, use the data-lang attribute, for example: <oz-wizard data-lang="cairo"></oz-wizard>.
We welcome contributions from the community! Here’s how you can get involved:
If you are looking for a good place to start, find a good first issue here, or open an issue for a bug report or feature request.
You can find more details in our Contributing guide.
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.
Provide coding agents direct access to Figma data to help them one-shot design implementation.
gitmcp.io is a generic remote MCP server to connect to ANY GitHub repository or project for documentation
MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported.
Create crafted UI components inspired by the best 21st.dev design engineers.
An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).