League of Lamports
- ๐Code Challenges
- ๐ค
- โญAdvanced
- ๐ท๏ธ
Test your understanding of Solana's account system and secure token handling in this CTF challenge.
League of Lamports focuses on Solana's account system and secure token handling mechanisms. The challenge tests your ability to identify vulnerabilities in account validation and token operations, which are fundamental to Solana's security model.
Challenge Goals
- Understand Solana's account validation requirements
- Identify improper validation checks in account handling
- Learn about secure token management practices
- Explore attack vectors related to account and lamport manipulation
Originally presented at justCTF 2022, this challenge highlights the importance of proper account validation and token handling in Solana programs. It addresses one of the most common sources of vulnerabilities in Solana smart contracts, making it highly relevant for practical security applications.