From f968a5d7f274990510355cde344650e64c276ace Mon Sep 17 00:00:00 2001 From: Guy Date: Mon, 27 May 2019 21:38:14 +0300 Subject: [PATCH] Added reference to a page collecting numerous security recommendations and best practices --- docs/developers/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developers/index.md b/docs/developers/index.md index a5cd6235749..7a6a7633024 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -203,6 +203,7 @@ The Ethereum network is made up of many nodes who run compatible client software ### Smart Contract Security Best Practices Guide - [consensys.github.io/smart-contract-best-practices/](https://consensys.github.io/smart-contract-best-practices/) - [Github](https://github.com/ConsenSys/smart-contract-best-practices/) +- [Aggregated collection of security recommendations and best practices](https://github.com/guylando/KnowledgeLists/blob/master/EthereumSmartContracts.md) ### Looking for other options? - [Ethereum Developer Tools List #Patterns—best-practices](https://github.com/ConsenSys/ethereum-developer-tools-list#patterns--best-practices)