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.
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
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.
Setup local development and install the Solana CLI
Easily setup your local development environment for Solana development on Linux, Mac or Windows. Including installing Rust, the Solana CLI, and Anchor.
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.