From 51ed2d5a112df25d8b1724d481016d4e2a7b5d34 Mon Sep 17 00:00:00 2001 From: D_D RESOURCE BOT Date: Wed, 15 Dec 2021 00:47:31 +0000 Subject: [PATCH 1/3] Refresh RESOURCES.md from Airtable --- RESOURCES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RESOURCES.md b/RESOURCES.md index 476aa33..b4eb712 100644 --- a/RESOURCES.md +++ b/RESOURCES.md @@ -226,6 +226,12 @@ Introduction on how to use TDD when writing an ETH smart contract +- [Smart Contracts Risk Analysis and Flash Loan Exploits - Ethereum Security](https://www.youtube.com/watch?v=nLHCyEvszkc) + + Author: [Loom Network](https://twitter.com/loomnetwork) + + Mudit Gupta, an advisor to the SushiSwap protocol has a 90 minute video on smart contract security + - [Secure Development Series](https://www.youtube.com/playlist?list=PLdJRkA9gCKOONBSlcifqLig_ZTyG_YLqz) Author: [tincho](https://twitter.com/tinchoabbate) From 758d63ab7355c9d584fb6622fac3540d4845f69f Mon Sep 17 00:00:00 2001 From: tawseefnabi Date: Sun, 26 Dec 2021 17:30:46 +0530 Subject: [PATCH 2/3] adding resources --- RESOURCES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RESOURCES.md b/RESOURCES.md index b4eb712..736c475 100644 --- a/RESOURCES.md +++ b/RESOURCES.md @@ -152,6 +152,12 @@ Tutorial from Nader Dabit on how to build Full Stack dApps with React, Ethers.js, and Hardhat. +- [Discover Ethereum & Solidity Unleash the power of blockchain applications](https://www.ludu.co/course/ethereum) + + Author: [Tristan Edwards](https://twitter.com/t4t5) + + In this tutorial, beginners can create a complete DApp from start to finish, using common best practices from the Ethereum ecosystem + ## Intermediate - [JSON RPC API](https://docs.solana.com/developing/clients/jsonrpc-api) From f4edffe62ab81bca9c9f6460f015644868d36641 Mon Sep 17 00:00:00 2001 From: tawseefnabi Date: Sun, 26 Dec 2021 17:33:27 +0530 Subject: [PATCH 3/3] updarting comment --- RESOURCES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RESOURCES.md b/RESOURCES.md index 736c475..4abaa35 100644 --- a/RESOURCES.md +++ b/RESOURCES.md @@ -155,8 +155,9 @@ - [Discover Ethereum & Solidity Unleash the power of blockchain applications](https://www.ludu.co/course/ethereum) Author: [Tristan Edwards](https://twitter.com/t4t5) + + In this tutorial, beginners can create a complete DApp from start to finish, using common best practices from the Ethereum ecosystem with test cases for smart contracrts. - In this tutorial, beginners can create a complete DApp from start to finish, using common best practices from the Ethereum ecosystem ## Intermediate