From f919d8459e7b980e8f8a7fcc198d8307df15fade Mon Sep 17 00:00:00 2001 From: Guille Date: Fri, 10 Jan 2025 16:05:34 +0100 Subject: [PATCH] feat: add video series on contract security (#2425) Co-authored-by: Guillermo Alejandro Gallardo Diez --- .../2.smart-contracts/security/welcome.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/2.build/2.smart-contracts/security/welcome.md b/docs/2.build/2.smart-contracts/security/welcome.md index f4db549512d..0a8c856e1a3 100644 --- a/docs/2.build/2.smart-contracts/security/welcome.md +++ b/docs/2.build/2.smart-contracts/security/welcome.md @@ -20,10 +20,16 @@ Make sure to keep your smart contract safe by running through our [security chec ## 🛡️ Security Concepts Learn important security concepts to keep your dApp safe and sound. Read about: -- Keeping [callbacks safe](./callbacks.md). -- Understanding [frontrunning](./frontrunning.md). -- Understanding [sybil attacks](./sybil.md). -- Understanding [reentrancy attacks](./reentrancy.md). -- Making sure the owner of an account is [the one calling](./one_yocto.md). -- Understanding the complexity of [generating random numbers](./random.md). -- Protecting from a [small deposit attacks](./storage.md) draining your account. \ No newline at end of file +- Keeping [callbacks safe](./callbacks.md) +- Understanding [frontrunning](./frontrunning.md) +- Understanding [sybil attacks](./sybil.md) +- Understanding [reentrancy attacks](./reentrancy.md) +- Making sure the owner of an account is [the one calling](./one_yocto.md) +- Understanding the complexity of [generating random numbers](./random.md) +- Protecting from a [small deposit attacks](./storage.md) draining your account + +## 🎞️ External Resources + +An awesome video series on Smart Contract Security by [https://twitter.com/timurguvenkaya](https://twitter.com/timurguvenkaya) can be found on YouTube: + + \ No newline at end of file