Cash App on Solana
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.
Create a token on Solana
Learn how to create a token on Solana.
Getting started with game development on Solana
Learn how to build games on Solana. Solana is well built for web3 games of all genres utilizing speed, low fees, and more to create an amazing gaming experience
Getting started with Solang
Quickstart guide on how to build your first Solana program with Solidity using Solang
Hello World for Solana Game Development
Get started building Solana games with a basic adventure game using the Anchor framework.
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.
Intro to Solana development (using only your browser)
Solana developer quickstart guide to learn how to set up, build, and deploy your first Solana program using only your browser with Solana Playground.
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.
Scaffolding your web and Anchor project on Solana
A quickstart guide to scaffolding projects using React/NextJS and Anchor - useful for hackathons!
Setup, build, and deploy a Solana program locally in Rust
This quickstart guide will demonstrate how to quickly setup, build, and deploy your first Rust based Solana program to the blockchain.