Library
Check out the latest and greatest tutorials, articles, podcasts, and more.
Solana Docker Container
by Joe Caulfield
A Docker Container for the developers who don't want to run Solana directly on their computer.
Solana Programming Resources
by https://twitter.com/SolanaNatives
A complete collection of all the Solana programming resources available for developers.

An Introduction to Solana Pay and how to Integrate it into Your Next.js App
by Avneesh Agarwal
How to use Solana Pay in a next.js app and create an app where people can scan a QR code to buy SPL tokens in exchange for SOL

New & helpful developer resources
by TABASCOweb3
There are a ton of incredible resources that can help you kickstart (or advance) your Solana development journey. From tutorials to AI, join me as I go through a few helpful resources to consider leveraging as a developer

Mint Solana NFT Using Rust & Metaplex SDK
by Jimii
Learn how to use Metaplex when developing native Solana programs.
Minty Fresh
by Solana Mobile
Minty Fresh is meant to demonstrate a best-in-breed implementation of a Kotlin Android-native mobile dApp It features 1/1 NFT minting.
Solana Curriculum
by https://twitter.com/SolanaNatives
The best roadmap to get started with dApp development on Solana. Go from 0 to production-ready-skills with this curriculum.

Mirror World Smart SDK
by @mirror_matrix
The Mirror World Smart SDK is a cross-platform interface that provides simple, declarative API interfaces for building Mobile and Web Applications into Web 3 Architecture. Our core SDK primarily provides features around Authentication, NFT APIs, Marketplaces and Storefronts, Tokenization and On-ramp strategies.

Mint Solana NFT Using Rust & Metaplex SDK
by Jimii
Learn how to use Metaplex when developing native Solana programs.

Generate Vanity Addresses on Solana
by @nickfrosty
Generate custom Solana wallet addresses that have any word you want. Including how to set the derivation path to use in web and browser wallets.
Solana RPC Discord Bot
by PuppyTools
A Discord Bot project that features the Solana RPC Calls as Slash Commands for easy calls and response checking from inside Discord.

Reward Distribution Tutorial
by @ivan_morrow
A tutorial geared towards more intermediate Solana devs who already know the basic fundamentals. Learn to build a token staking program that can distribute/burn rewards pro rata to all stakers.

Derive Solana Addresses
by @nickfrosty
Technical deep dive into how Solana addresses are "generated" for use on the blockchain. Mnemonic, to private key (with a derivation path), to public key.

Create a Basic Anchor Program
by @nickfrosty
Create your very first Solana program with the Anchor framework.

The Vulnerabilities You’ll Write With Anchor
by @Zellic_io
Solana development is error-prone. Often, people cite Anchor as a remedy to this problem: “write it in Anchor, and your Solana programs will be secure.” Not so fast! There are still many gotchas even when using Anchor. Let’s explore some of them.

Introduction to the Solana CLI
by @nickfrosty
Beginner's guide to getting around the Solana CLI, from creating your first file system wallet and connecting to a network cluster to running the Solana test validator.
Mobile Wallet Kit
by GokiProtocol
WalletKit is a React library that allows a Solana dApp to display a modal for connecting wallets.
Bull Dozer
by HeavyDuty
Bulldozer is a low code platform that uses abstractions common for developers. It gives developers the ability to manage their program’s ecosystem through a UI, hiding all the gory details to focus on the business logic.