https://github.com/OpenZeppelin/contracts-wizard
Interactive smart contract generator based on OpenZeppelin Contracts.
https://github.com/OpenZeppelin/contracts-wizard
Last synced: about 1 month ago
JSON representation
Interactive smart contract generator based on OpenZeppelin Contracts.
- Host: GitHub
- URL: https://github.com/OpenZeppelin/contracts-wizard
- Owner: OpenZeppelin
- License: agpl-3.0
- Created: 2021-02-09T23:46:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T11:44:17.000Z (about 1 month ago)
- Last Synced: 2025-05-06T12:49:11.874Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://wizard.openzeppelin.com
- Size: 5.44 MB
- Stars: 258
- Watchers: 16
- Forks: 163
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 29% open · ⏱️ 22.05.2024): (Smart Contract Platforms)
README
# [OpenZeppelin Contracts Wizard](https://wizard.openzeppelin.com)
[](https://www.npmjs.com/package/@openzeppelin/wizard)
[](https://www.npmjs.com/package/@openzeppelin/wizard-cairo)
[](https://www.npmjs.com/package/@openzeppelin/wizard-stellar)
[](https://www.npmjs.com/package/@openzeppelin/wizard-stylus)
[](https://app.netlify.com/sites/openzeppelin-contracts-wizard/deploys)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.
[](https://wizard.openzeppelin.com/)
## Contributing
See our [contributing guidelines](CONTRIBUTING.md).
## Embedding
To embed Contracts Wizard on your site, first include the script tag:
```html
```
Then place `` in the body where you want Contracts Wizard to load.
Optionally focus on specific tab with the `data-tab` attribute as in ``.
For languages other than Solidity, use the `data-lang` attribute, for example: ``.
## API
The following describes how to use the Contracts Wizard programmatic API in your own applications.
- [Contracts Wizard API for Solidity](packages/core/solidity/README.md)
- [Contracts Wizard API for Cairo](packages/core/cairo/README.md)
- [Contracts Wizard API for Stellar](packages/core/stellar/README.md)
- [Contracts Wizard API for Stylus](packages/core/stylus/README.md)