From e423aa9c4c0b8dfccc1370de9b4147f444cf5e78 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 26 Aug 2021 22:25:01 +0700 Subject: [PATCH] Add: OpenZeppelin/contracts-wizard to Smart Contract section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5489312..668a68b 100644 --- a/README.md +++ b/README.md @@ -3052,6 +3052,10 @@ This repository is created as an online bookmark for useful links, resources and nccgroup/GOATCasino 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. + + OpenZeppelin/contracts-wizard + Interactive smart contract generator based on OpenZeppelin Contracts. + OpenZeppelin/damn-vulnerable-defi A set of challenges to hack implementations of DeFi in Ethereum. Featuring flash loans, oracles, governance, NFTs, lending pools, and more!