Skip to content

Latest commit

 

History

History
 
 

quest-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

🌊 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.