Unverified Commit 5ecd2b85 by Francisco Giordano Committed by GitHub

Add Contracts Wizard docs page (#2624)

parent 243adff4
* xref:index.adoc[Overview] * xref:index.adoc[Overview]
* xref:wizard.adoc[Wizard]
* xref:extending-contracts.adoc[Extending Contracts] * xref:extending-contracts.adoc[Extending Contracts]
* xref:upgradeable.adoc[Using with Upgrades] * xref:upgradeable.adoc[Using with Upgrades]
......
= Contracts Wizard
:page-notoc:
Not sure where to start? Use the interactive generator below to bootstrap your
contract and learn about the components offered in OpenZeppelin Contracts.
TIP: Place the resulting contract in your `contracts` directory in order to compile it with a tool like Hardhat or Truffle. Consider reading our guide on xref:learn::developing-smart-contracts.adoc[Developing Smart Contracts] for more guidance!
++++
<script async defer src="https://openzeppelin-contracts-wizard.netlify.app/build/embed.js"></script>
<oz-wizard style="display: block; min-height: 40rem;"></oz-wizard>
++++
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment