8000 GitHub - doncesarts/contracts-wizard: Interactive smart contract generator based on OpenZeppelin Contracts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doncesarts/contracts-wizard

 
 

Repository files navigation

Solidity NPM Package Cairo NPM Package Netlify Status

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.

Contributing

See our contributing guidelines.

Embedding

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>.

API

The following describes how to use the Contracts Wizard programmatic API in your own applications.

About

Interactive smart contract generator based on OpenZeppelin Contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.7%
  • Svelte 23.2%
  • HTML 2.5%
  • JavaScript 1.4%
  • CSS 1.1%
  • Solidity 0.1%
0