Skip to content

Commit 53a09a1

Browse files
committed
chore: update contracts index page
1 parent 68935fc commit 53a09a1

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

content/contracts/index.mdx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,11 @@ OpenZeppelin Contracts is a library of modular, reusable, secure smart contracts
77
## Getting Started
88

99
<Cards>
10-
<Card href="/contracts/5.x/learn/setting-up-a-node-project" title="Setting up a Node project">
11-
Learn how to set up your development environment for smart contract development.
10+
<Card href="/contracts/5.x/" title="Contracts Overview">
11+
Start working with the OpenZeppelin Contracts Library
1212
</Card>
13-
<Card href="/contracts/5.x/learn/developing-smart-contracts" title="Developing Smart Contracts">
14-
Best practices for writing secure and efficient smart contracts.
15-
</Card>
16-
<Card href="/contracts/5.x/learn/deploying-and-interacting" title="Deploying and Interacting">
17-
Deploy your contracts and learn how to interact with them.
18-
</Card>
19-
<Card href="/contracts/5.x/learn/writing-automated-tests" title="Writing Automated Tests">
20-
Test your smart contracts thoroughly to ensure they work as expected.
13+
<Card href="/contracts/5.x/wizard" title="Wizard">
14+
Use the interactive Wizard to bootstrap your contract and learn about the components offered in OpenZeppelin Contracts.
2115
</Card>
2216
</Cards>
2317

0 commit comments

Comments
 (0)