Add: OpenZeppelin/contracts-wizard to Smart Contract section

This commit is contained in:
pe3zx 2021-08-26 22:25:01 +07:00
parent efd696ae5d
commit e423aa9c4c

View File

@ -3052,6 +3052,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/nccgroup/GOATCasino">nccgroup/GOATCasino</a></td>
<td>This is an intentionally vulnerable smart contract truffle deployment aimed at allowing those interested in smart contract security to exploit a wide variety of issues in a safe environment.</td>
</tr>
<tr>
<td><a href="https://github.com/OpenZeppelin/contracts-wizard">OpenZeppelin/contracts-wizard</a></td>
<td>Interactive smart contract generator based on OpenZeppelin Contracts.</td>
</tr>
<tr>
<td><a href="https://github.com/OpenZeppelin/damn-vulnerable-defi">OpenZeppelin/damn-vulnerable-defi</a></td>
<td>A set of challenges to hack implementations of DeFi in Ethereum. Featuring flash loans, oracles, governance, NFTs, lending pools, and more!</td>