From 19ddf9bcd21aa66df3d00d529474c0ffa54f3b66 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Mon, 23 Aug 2021 15:19:01 +0700 Subject: [PATCH] Add: fravoll/solidity-patterns to Smart Contract section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa5b9d2..cda3833 100644 --- a/README.md +++ b/README.md @@ -3008,6 +3008,10 @@ This repository is created as an online bookmark for useful links, resources and enzymefinance/oyente An Analysis Tool for Smart Contracts + + fravoll/solidity-patterns + A compilation of patterns and best practices for the smart contract programming language Solidity + mikedeshazer/bricks Bricks is a sandbox and instruction manual collection for building smart contract exploits for Ethereum blockchains, designed to help developers think like hackers in a safe, fun environment.