You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/evm/solidity-resources.mdx
+42
Original file line number
Diff line number
Diff line change
@@ -83,3 +83,45 @@ This page suggests a minimal set of resources for getting started with building
83
83
-**[EVM function signature database](https://www.4byte.directory)**
84
84
-**[EVM verified contracts on Etherscan](https://etherscan.io/contractsVerified)**
85
85
If you are adventurous: Check the verified contracts on Etherscan directly.
86
+
87
+
## Using the OpenZeppelin Wizard
88
+
89
+
OpenZeppelin provides a convenient web-based wizard to create standard contracts. Visit [https://wizard.openzeppelin.com/](https://wizard.openzeppelin.com/) to access it.
90
+
91
+
The wizard allows you to:
92
+
93
+
1. Select the contract type (ERC20, ERC721, ERC1155, etc.)
94
+
2. Configure settings, features, and access controls
95
+
3. Add custom functionality through a user-friendly interface
96
+
4. Generate ready-to-use Solidity code
97
+
98
+
The wizard is perfect for:
99
+
100
+
- Beginners learning smart contract development
101
+
- Quickly bootstrapping standard token contracts
102
+
- Exploring different configuration options
103
+
- Understanding best practices in contract development
0 commit comments