Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 424 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 424 Bytes

🌊 Quest 2 - Set Sail with Solana Programs

📘 Solana programs scale really well with large data sets, since they can execute in parallel on varying slices of the blockchain’s data. That’s how one single program is able to manage our map of the high seas!

You’re going to learn how to write a program that can manage various locations (coordinates), which is a fundamental layer for many gaming applications.