awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
solana-labs avatar

solana-labs/solana-program-libraryArchived

0
View on GitHub↗
4,229 stars·2,401 forks·Rust·Apache-2.0·14 viewssolanalabs.com↗

Solana Program Library

The solana-program-library is a blockchain system program suite providing a library of core blockchain operations and native functions implemented as reusable programs on Solana. It serves as a collection of smart contract templates and reference implementations for deploying verified programs to the Solana virtual machine.

The project provides decentralized application infrastructure by offering standardized programs that act as foundational building blocks for applications. It focuses on the development and deployment of verified blockchain contracts to ensure consistent functionality across the network.

The library covers core blockchain operations through the re-implementation of native system functions as programs targeting the virtual machine. This includes the deployment of standardized smart contracts to maintain consistent behavior across different blockchain implementations.

Features

  • Decentralized Application Platforms - Provides the foundational library of standardized programs that serve as the core infrastructure for Solana applications.
  • Parallel Transaction Execution - Processes non-conflicting transactions simultaneously through explicit account access declarations to increase throughput.
  • Virtual Machine System Programs - Re-implements native system functions as virtual machine programs to maintain core blockchain operations.
  • Virtual Machines - Implements the virtual machine environment required to execute core blockchain system programs.
  • Blockchain - Implements native blockchain functions as programs targeting the virtual machine for consistent execution.
  • Program Derived Address Derivations - Generates deterministic blockchain addresses using seeds and program IDs for structured on-chain data storage.
  • Account-Based State Modeling - Implements an architecture that decouples state from logic by storing program data in separate account structures.
  • Blockchain System Program Suites - Provides a comprehensive suite of core blockchain operations and native functions as reusable Solana programs.
  • Cross-Program Invocations - Enables programs to invoke other programs during a single transaction by passing account ownership and authority.
  • BPF Bytecode Compilers - Compiles high-level Rust code into BPF bytecode for execution within the Solana virtual machine.
  • Solana Smart Contract Development - Serves as a reference for building and deploying high-performance programs for the Solana blockchain runtime.
  • Smart Contract Project Scaffolders - Offers reference implementations and templates for deploying verified programs to the Solana virtual machine.
  • Smart Contract Deployment Pipelines - Offers a suite of verified on-chain programs and reference implementations for standardized deployment.
  • Smart Contract Libraries - Provides reusable, modular smart contract components to ensure consistent logic across deployed programs.

Star history

Star history chart for solana-labs/solana-program-libraryStar history chart for solana-labs/solana-program-library

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Solana Program Library

These projects share indexed features with Solana Program Library. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • solana-foundation/anchorsolana-foundation avatar

    solana-foundation/anchor

    5,090View on GitHub↗

    Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr

    Rustblockchaincoralrust
    View on GitHub↗5,090
  • transmissions11/solmatetransmissions11 avatar

    transmissions11/solmate

    4,288View on GitHub↗

    Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart contracts on the Solana blockchain. It provides a set of standardized tools including an access control framework for managing user roles and ownership, a high-precision fixed-point math library for decimal and signed integer calculations, and a Merkle proof verifier for validating data inclusion. The project provides secure token implementations for issuing and transferring fungible and non-fungible tokens. These implementations include safety checks to prevent silent failures dur

    Solidity
    View on GitHub↗4,288
  • rari-capital/solmateRari-Capital avatar

    Rari-Capital/solmate

    4,283View on GitHub↗

    Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It serves as a development kit for implementing SPL tokens and secure access control systems on the Solana blockchain. The project focuses on reducing compute unit usage and transaction costs through resource-efficient building blocks. It provides standardized components for token logic, balance tracking, and authorization primitives designed to restrict sensitive smart contract functions. The framework employs opinionated patterning and primitive-based composition to structure pro

    Solidity
    View on GitHub↗4,283
  • mystenlabs/suiMystenLabs avatar

    MystenLabs/sui

    7,612View on GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Rustblockchaindistributed-ledger-technologymove
    View on GitHub↗7,612
Compare all 30 related projects→

Frequently asked questions

What does solana-labs/solana-program-library do?

The solana-program-library is a blockchain system program suite providing a library of core blockchain operations and native functions implemented as reusable programs on Solana. It serves as a collection of smart contract templates and reference implementations for deploying verified programs to the Solana virtual machine.

What are the main features of solana-labs/solana-program-library?

The main features of solana-labs/solana-program-library are: Decentralized Application Platforms, Parallel Transaction Execution, Virtual Machine System Programs, Virtual Machines, Blockchain, Program Derived Address Derivations, Account-Based State Modeling, Blockchain System Program Suites.

Which projects share features with solana-labs/solana-program-library?

Projects with overlapping indexed features include: solana-foundation/anchor — Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific… transmissions11/solmate — Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart… rari-capital/solmate — Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It… mystenlabs/sui — Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It… cosmos/cosmos-sdk — Cosmos SDK is a modular blockchain application framework and software development kit used to build sovereign… openzeppelin/openzeppelin-contracts — OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the…