Skip to content

Commit 77801bf

Browse files
committed
slight fixes to wizard
1 parent 6aef8df commit 77801bf

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

content/evm/evm-wizard.mdx

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Using the OpenZeppelin Wizard
1+
# Using the EVM OpenZeppelin Contract Wizard
22

3-
## What is the OpenZeppelin Wizard?
4-
5-
The OpenZeppelin Wizard is a powerful interactive tool that simplifies the creation of secure, standard-compliant smart contracts for Sei EVM. It provides a user-friendly interface for generating production-ready contract code based on OpenZeppelin's battle-tested libraries.
3+
The OpenZeppelin Contract Wizard is a powerful interactive tool that simplifies the creation of secure, standard-compliant smart contracts for Sei EVM. It provides a user-friendly interface for generating production-ready contract code based on OpenZeppelin's battle-tested libraries.
64

75
## Benefits of Using the Wizard
86

@@ -18,9 +16,9 @@ The OpenZeppelin Wizard is a powerful interactive tool that simplifies the creat
1816
<table className="w-full divide-y divide-neutral-200 dark:divide-neutral-800">
1917
<thead>
2018
<tr>
21-
<th className="px-4 py-3 text-left text-sm font-medium text-neutral-500 dark:text-neutral-400">Contract Type</th>
22-
<th className="px-4 py-3 text-left text-sm font-medium text-neutral-500 dark:text-neutral-400">Description</th>
23-
<th className="px-4 py-3 text-left text-sm font-medium text-neutral-500 dark:text-neutral-400">Common Use Cases</th>
19+
<th className="px-4 py-3 text-left text-sm font-medium text-neutral-900 dark:text-neutral-100">Contract Type</th>
20+
<th className="px-4 py-3 text-left text-sm font-medium text-neutral-900 dark:text-neutral-100">Description</th>
21+
<th className="px-4 py-3 text-left text-sm font-medium text-neutral-900 dark:text-neutral-100">Common Use Cases</th>
2422
</tr>
2523
</thead>
2624
<tbody className="divide-y divide-neutral-200 dark:divide-neutral-800">
@@ -44,6 +42,16 @@ The OpenZeppelin Wizard is a powerful interactive tool that simplifies the creat
4442
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400 whitespace-nowrap">On-chain governance</td>
4543
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400">DAO voting systems, protocol management</td>
4644
</tr>
45+
<tr>
46+
<td className="px-4 py-3 text-sm text-neutral-900 dark:text-neutral-100 whitespace-nowrap font-medium">Stablecoin</td>
47+
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400 whitespace-nowrap">Price-stable cryptocurrency</td>
48+
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400">Trading pairs, remittances, reducing volatility, payment systems</td>
49+
</tr>
50+
<tr>
51+
<td className="px-4 py-3 text-sm text-neutral-900 dark:text-neutral-100 whitespace-nowrap font-medium">Real-World-Asset</td>
52+
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400 whitespace-nowrap">Tokenized physical assets</td>
53+
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400">Real estate, commodities, securities, debt instruments, invoices</td>
54+
</tr>
4755
<tr>
4856
<td className="px-4 py-3 text-sm text-neutral-900 dark:text-neutral-100 whitespace-nowrap font-medium">Custom</td>
4957
<td className="px-4 py-3 text-sm text-neutral-600 dark:text-neutral-400 whitespace-nowrap">Specialized contracts</td>
@@ -79,8 +87,8 @@ The OpenZeppelin Wizard is a powerful interactive tool that simplifies the creat
7987

8088
Explore and create your custom smart contracts using the embedded wizard below:
8189

82-
<div className="my-5 p-5 border-0 !border-0 bg-gray-50">
83-
<iframe src="https://wizard.openzeppelin.com/embed" className="w-full h-[700px] border-0 !border-0 bg-black" title="OpenZeppelin Contract Wizard" />
90+
<div>
91+
<iframe src="https://wizard.openzeppelin.com/embed" className="w-full h-[700px] border-0 !border-0 bg-white dark:bg-black" title="OpenZeppelin Contract Wizard" />
8492
</div>
8593

8694
## Tips for Effective Use

content/evm/solidity-resources.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This page suggests a minimal set of resources for getting started with building
9090

9191
## Using the OpenZeppelin Wizard
9292

93-
OpenZeppelin provides a convenient web-based wizard to create standard contracts. Visit the docs section for it [here](/evm-wizard) or [https://wizard.openzeppelin.com/](https://wizard.openzeppelin.com/) to access it.
93+
OpenZeppelin provides a convenient web-based wizard to create standard contracts. Visit the docs section for it [here](./evm-wizard) or [https://wizard.openzeppelin.com/](https://wizard.openzeppelin.com/) to access it.
9494

9595
The wizard allows you to:
9696

0 commit comments

Comments
 (0)