wizard.adoc 615 B

123456789101112131415
  1. = Contracts Wizard
  2. :page-notoc:
  3. Not sure where to start? Use the interactive generator below to bootstrap your
  4. contract and learn about the components offered in OpenZeppelin Contracts.
  5. 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!
  6. ++++
  7. <script async defer src="https://openzeppelin-contracts-wizard.netlify.app/build/embed.js"></script>
  8. <oz-wizard style="display: block; min-height: 40rem;"></oz-wizard>
  9. ++++