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