added cw3d reference to wizard.adoc file

Added reference to create-web3-dapp tool in the Wizard file because this tool provides a CLI interface for OpenZeppelin Contracts Wizard
pull/4108/head
Sahil Aujla 2 years ago committed by GitHub
parent f8e3c375d1
commit 86fd0ab4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/modules/ROOT/pages/wizard.adoc

@ -1,15 +1,14 @@
= 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.
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!
Alternatively, use xref:create-web3-dapp[create-web3-dapp] for a CLI version of OpenZeppelin Contracts Wizard. This will also automatically handle the project configuration for you.
++++
<script async src="https://wizard.openzeppelin.com/build/embed.js"></script>
<script async src="https://wizard.openzeppelin.com/build/embed.js"></script>
<oz-wizard style="display: block; min-height: 40rem;"></oz-wizard>
++++

Loading…
Cancel
Save