Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add video series on contract security #2425

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading