Skip to content

Commit

Permalink
feat: add video series on contract security (#2425)
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Alejandro Gallardo Diez <[email protected]>
  • Loading branch information
gagdiez and Guillermo Alejandro Gallardo Diez authored Jan 10, 2025
1 parent 7676e04 commit f919d84
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/2.build/2.smart-contracts/security/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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:

<iframe width="100%" height="315" src="https://www.youtube.com/embed/DrRr6nru0no?si=FxLJK-LYHrAqX0hc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 comments on commit f919d84

Please sign in to comment.