Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Comprehensive Solana development skill covering @solana/kit v5, Anchor programs, LiteSVM testing, and security patterns.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/resources.md
1---2title: Curated Resources3description: Authoritative Solana learning platforms, documentation, tooling references, and community resources.4---56# Curated Resources (Source-of-Truth First)78## Learning Platforms9- [Blueshift](https://learn.blueshift.gg/) - Free, open-source Solana learning platform10- [Blueshift GitHub](https://github.com/blueshift-gg) - Course content and tools11- [Solana Cookbook](https://solanacookbook.com/)1213## Core Solana Docs14- [Solana Documentation](https://solana.com/docs) (Core, RPC, Frontend, Programs)15- [Next.js + Solana React Hooks](https://solana.com/docs/frontend/nextjs-solana)16- [@solana/web3-compat](https://solana.com/docs/frontend/web3-compat)17- [RPC API Reference](https://solana.com/docs/rpc)1819## Modern JS/TS SDK20- [@solana/kit Repository](https://github.com/anza-xyz/kit)21- [Solana Kit Docs](https://solana.com/docs/clients/kit) (installation, upgrade guide)2223## UI and Wallet Infrastructure24- [framework-kit Repository](https://github.com/solana-foundation/framework-kit) (@solana/client, @solana/react-hooks)25- [ConnectorKit](https://github.com/civic-io/connector-kit) (headless Wallet Standard connector)2627## Scaffolding28- [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp)2930## Program Frameworks3132### Anchor33- [Anchor Repository](https://github.com/coral-xyz/anchor)34- [Anchor Documentation](https://www.anchor-lang.com/)35- [Anchor Version Manager (AVM)](https://www.anchor-lang.com/docs/avm)3637### Pinocchio38- [Pinocchio Repository](https://github.com/anza-xyz/pinocchio)39- [pinocchio-system](https://crates.io/crates/pinocchio-system)40- [pinocchio-token](https://crates.io/crates/pinocchio-token)41- [Pinocchio Guide](https://github.com/vict0rcarvalh0/pinocchio-guide)42- [How to Build with Pinocchio (Helius)](https://www.helius.dev/blog/pinocchio)4344## Testing4546### LiteSVM47- [LiteSVM Repository](https://github.com/LiteSVM/litesvm)48- [litesvm crate](https://crates.io/crates/litesvm)49- [litesvm npm](https://www.npmjs.com/package/litesvm)5051### Mollusk52- [Mollusk Repository](https://github.com/buffalojoec/mollusk)53- [mollusk-svm crate](https://crates.io/crates/mollusk-svm)5455### Surfpool56- [Surfpool Documentation](https://docs.surfpool.run/)57- [Surfpool Repository](https://github.com/txtx/surfpool)5859## IDLs and Codegen60- [Codama Repository](https://github.com/codama-idl/codama)61- [Codama Generating Clients](https://solana.com/docs/programs/codama-generating-clients)62- [Shank (Metaplex)](https://github.com/metaplex-foundation/shank)63- [Kinobi (Metaplex)](https://github.com/metaplex-foundation/kinobi)6465## Tokens and NFTs66- [SPL Token Documentation](https://spl.solana.com/token)67- [Token-2022 Documentation](https://spl.solana.com/token-2022)68- [Metaplex Documentation](https://developers.metaplex.com/)6970## Payments71- [Commerce Kit Repository](https://github.com/solana-foundation/commerce-kit)72- [Commerce Kit Documentation](https://commercekit.solana.com/)73- [Kora Documentation](https://docs.kora.network/)7475## Security76- [Blueshift Program Security Course](https://learn.blueshift.gg/en/courses/program-security)77- [Solana Security Best Practices](https://solana.com/docs/programs/security)7879## Performance and Optimization80- [Solana Optimized Programs](https://github.com/Laugharne/solana_optimized_programs)81- [sBPF Assembly SDK](https://github.com/blueshift-gg/sbpf)82- [Doppler Oracle (21 CU)](https://github.com/blueshift-gg/doppler)83