Build an Energy System for Casual Games on Solana
Learn how to build an on-chain energy system for a game, allowing players to expend energy to perform actions, refilling it over time.
Learn how to build an on-chain energy system for a game, allowing players to expend energy to perform actions, refilling it over time.
Solana developer quickstart guide to learn how to create a React Native mobile app that is both Android and iOS compatible. This app will mimic a cash app experience but run on the Solana blockchain, showcasing that web3 products can have the same user experience as web2 products. To build this, we will need to write an Anchor program, integrate the Solana Name Service SDK, and integrate Solana pay.
Using the metadata token extension it is possible to save dynamic metadata, like level and XP, directly in the mint of an NFT.
Learn how to build a full-stack Solana dApp with React and Anchor
Learn how to start building on Solana as a Rust Engineer
This guide provides a basic overview of the Anchor framework. Anchor is a very popular Rust framework for building Solana programs (known as 'smart contracts' on other chains) that removes boilerplate, provides secure defaults, and builds client programs automatically.
Get started building Solana games with a basic adventure game using the Anchor framework.
Learn how to use tokens in Solana games with an on-chain tutorial
Learn how to implement Cross Program Invocations (CPI) in Solana programs using the Anchor framework
Learn to implement Cross Program Invocations (CPI) with a PDA Signer in Solana programs using the Anchor framework
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.
Using Anchor IDL you can interact with your program directly from unity
A list of Solana program examples in different languages and frameworks, which can help you learn and use as reference for your own projects.
How to save the state of a game in a Solana program
A quickstart guide to scaffolding projects using React/NextJS and Anchor - useful for hackathons!
A list of open source games and examples on Solana with tutorials to get you started.
A list of Solana Gaming SDKs to get you started creating your first Solana Game
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.
NFTs can be a powerful tool in blockchain games. Learn how to utilize NFTs in Solana games to their full potential.