Library
Check out the latest and greatest tutorials, articles, podcasts, and more.

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.
Solana Typescript SDK
by Project Serum

Skunka Tools - No-code Solution to manage SPL Tokens
by Skelt
Skunka Tools is a no-code solution to create, update, deploy and manage your SPL token on the Solana blockchain.

Solana Anchor: “IdlError: Type not found”
by @0xksure
This error tells you that it isn’t possible to deserialize or serialize one of your types

Build an RPG game on Solana
by @giovannifulin
Dungeon3 is a RPG game. The player can collect coin, fight enemies, take damage, explore the dungeon or interact with NPC(non playable characters). The game is NFT gated.

Solana Development Tutorial
by JoshsDevBox
Playlist of Solana Smart Cotnract tutorials that goes through Rust, Solana, Anchor, SPL Token, and PDA's
NFT Marketplace Template NextJS
by https://twitter.com/gonastorga
Deploy your own NFT marketplace in 5 minutes with candy shop and the nextJS template.

An intuitive way of structuring your Solana program
by @0xksure
I have been inspired by projects such as orca, jet, cykura and others that strive towards a high degree of reusability and separation of concerns. It has become clear that one style has emerged.

Learn the Solana CLI (clusters, wallets, deploy, etc)
by @nickfrosty