Currently in beta mode — features may change
devrels.xyz
Directory
Organisations
Resources
Articles
Channels
Jobs
Events
About
Recommend
Sign in
Live
—
Members
·
—
Orgs
·
—
Resources
·
—
Projects
·
—
Articles
Add
·
·
by metasal.xyz
·
·
8774989
StockpileLabs/awesome-solana-oss | devrels.xyz
Back to Resources
StockpileLabs/awesome-solana-oss
DOCUMENTATION
by
awesome-solana-oss
Curated awesome list of open-source Solana repositories (license required).
Website
GitHub
awesome
oss
solana
Claim this listing
More resources
cli
SolScript
Solidity-to-Solana compiler written in Rust — write Solana programs in Solidity syntax and compile to Anchor or BPF. Supports mappings (auto-PDA), events, custom errors, modifiers, CPI, and SPL Token ops.
library
p-token
Pinocchio-based compute-optimized drop-in replacement for the SPL Token program (SIMD-0266) — ~95-98% less compute and ~19x faster than legacy SPL Token. By Anza.
library
LiteSVM
Fast in-process Solana VM for testing programs — much faster than solana-program-test and solana-test-validator, with an ergonomic Rust API.