Browse AI context skills for Web3 development
21 skills · click to copy URL
Solana Hackathon Decision Context > Updated 2026-03-31 > Source: Colosseum public results, Superteam community posts, Solana Foundation grant reports For AI Age
Solana Program Development Fundamentals Solana vs EVM Core Differences | Concept | EVM (Ethereum) | Solana | |------|------------|--------| | Smart Contracts |
Overview Metaplex is the standard NFT infrastructure on Solana. Candy Machine v3 handles collection minting with guards (payment, whitelist, etc.). The umi SDK
Solana Foundation Active Grants > ⏰ Time-Sensitive Data — Last Updated: 2026-03-30 > This Skill contains real-time scraped current open Grant opportunities Sola
Solana Ecosystem Active Grants & Bounties > ⏰ Time-Sensitive Data (Updated Weekly) — Last Updated: 2026-03-30 > Source: Superteam Earn (https://earn.superteam.f
Solana Version Compatibility Matrix Master Compatibility Table | Anchor Version | Release Date | Solana CLI | Rust Version | Platform Tools | GLIBC Req | Node.j
Confidential Transfers (Token-2022 Extension) When to use this guidance Use this guidance when the user asks about: - Private/encrypted token balances - Confide
Payments and commerce (optional) When payments are in scope Use this guidance when the user asks about: - checkout flows, tips, payment buttons - payment reques
IDLs + client generation (Codama / Shank / Kinobi) Goal Never hand-maintain multiple program clients by manually re-implementing serializers. Prefer an IDL-driv
Testing Strategy (LiteSVM / Mollusk / Surfpool) Testing Pyramid 1. Unit tests (fast): LiteSVM or Mollusk 2. Integration tests (realistic state): Surfpool 3. Clu
Overview The Solana Foundation funds ecosystem projects through multiple channels, including Solana Foundation Delegation (validator funding), Developer Grants
Solana Security Checklist (Program + Client) Core Principle Assume the attacker controls: - Every account passed into an instruction - Every instruction argumen
Frontend with framework-kit (Next.js / React) Goals - One Solana client instance for the app (RPC + WS + wallet connectors) - Wallet Standard-first discovery/co
Common Solana Development Errors & Solutions GLIBC Errors GLIBC2.39 not found / GLIBC2.38 not found anchor: /lib/x8664-linux-gnu/libc.so.6: version GLIBC2.39' n
Kit ↔ web3.js Interop (boundary patterns) The rule - New code: Kit types and Kit-first APIs. - Legacy dependencies: isolate web3.js-shaped types behind an adapt
Solana Ecosystem Tools Guide Helius (Best Solana RPC) bash npm install helius-sdk typescript import { Helius } from "helius-sdk" const helius = new Helius("YOUR
Curated Resources (Source-of-Truth First) Learning Platforms - [Blueshift](https://learn.blueshift.gg/) - Free, open-source Solana learning platform - [Blueshif
Solana Development Skill (framework-kit-first) What this Skill is for Use this Skill when the user asks for: - Solana dApp UI work (React / Next.js) - Wallet co
Overview Anchor is the standard framework for Solana program development. It provides a Rust DSL, automatic IDL (Interface Description Language) generation, and
Overview Solana web3.js v2 is a complete API rewrite and is not compatible with v1. Most AI models still generate v1 code. This Skill helps your AI Agent consis
Solana Anchor Development Framework Guide Installation bash sh -c "$(curl -sSfL https://release.solana.com/stable/install)" cargo install --git https://github.c