From 11ff34fa7478c89e467fc79a0d5dddfdc5667c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Dupr=C3=A9?= <419946+kareniel@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:36:53 -0400 Subject: [PATCH] renamed guides to overview and moved it to the beginning --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 728bfaf..ab614e5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This list is an overview of the EVM ecosystem from an information security manag ## Contents +- [Overview](#overview) - [Governance](#governance) - [Architecture](#architecture) - [Standards](#standards) @@ -15,10 +16,14 @@ This list is an overview of the EVM ecosystem from an information security manag - [Threats](#threats) - [Vulnerabilities](#vulnerabilities) - [Controls](#controls) -- [Guides](#guides) - [Ecosystem](#ecosystem) +## Overview +- [CryptoSec.info](https://cryptosec.info/) - Information to help beginners learn how to protect their funds against hackers and scammers. +- [How to become a smart contract auditor](https://cmichel.io/how-to-become-a-smart-contract-auditor/) - Frequently asked questions that are related to auditing and auditors can get their first job. +- [Genesis 0x00: A Series on Blockchain Security](https://devansh.xyz/blockchain-security/2021/09/13/genesis.html) - Weekly articles on Blockchain Security, covering secure development, common vulnerabilities in smart contracts, auditing Solidity, and static analysis. + ## Governance - [A beginner's guide to DAOs](https://linda.mirror.xyz/Vh8K4leCGEO06_qSGx-vS5lvgUqhqkCz9ut81WwCP2o) - Gives a high level overview of what DAOs are, why they are interesting and some of their use cases. - [Deep DAO](https://deepdao.io/#/deepdao/dashboard) - Lists, ranks and analyzes top DAOs across multiple metrics. @@ -91,13 +96,7 @@ This list is an overview of the EVM ecosystem from an information security manag - [Smart Contract Security Registry](https://github.com/ethereum-lists/contracts) - An effort to identify deployed contracts instances given their chain and address, by listing the project they belong to. - [Forta](https://docs.forta.network/) - Community-based runtime security network for smart contracts. -## Guides -- [CryptoSec.info](https://cryptosec.info/) - Information to help beginners learn how to protect their funds against hackers and scammers. -- [How to become a smart contract auditor](https://cmichel.io/how-to-become-a-smart-contract-auditor/) - Frequently asked questions that are related to auditing and auditors can get their first job. -- [Genesis 0x00: A Series on Blockchain Security](https://devansh.xyz/blockchain-security/2021/09/13/genesis.html) - Weekly articles on Blockchain Security, covering secure development, common vulnerabilities in smart contracts, auditing Solidity, and static analysis. - ## Ecosystem - - [People to follow on Twitter](https://twitter.com/i/lists/1453086258436128770) - Twitter list to an overview of the web3 ecosystem and security people. - [Videos to watch on YouTube](https://www.youtube.com/playlist?list=PLox242_JhiuEe64LzW1M8XpiQ2-N5bZsX) - YouTube playlist of web3 security videos.