Skip to main content

12 docs tagged with "program"

View all tags

How to create a CRUD dApp on Solana

Solana developer quickstart guide to learn how to create a basic CRUD dApp on the Solana blockchain with a simple journal program and interact with the program via a UI.

Program Examples

A list of Solana program examples in different languages and frameworks, which can help you learn and use as reference for your own projects.

Solana Gaming SDKs

A list of Solana Gaming SDKs to get you started creating your first Solana Game

Storing SOL in a PDA

Using PDAs, you can reward SOL to players playing your game. Learn how to reward SOL from a PDA when players find chests in this game.