awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
solana-labs avatar

solana-labs/solana-program-libraryArchived

0
View on GitHub↗
4,229 स्टार्स·2,401 फोर्क्स·Rust·Apache-2.0·3 व्यूज़solanalabs.com↗

Solana Program Library

solana-program-library एक ब्लॉकचेन सिस्टम प्रोग्राम सूट है जो Solana पर पुन: प्रयोज्य प्रोग्राम के रूप में कार्यान्वित मुख्य ब्लॉकचेन ऑपरेशंस और नेटिव फंक्शन्स की एक लाइब्रेरी प्रदान करता है। यह Solana वर्चुअल मशीन पर सत्यापित प्रोग्राम तैनात करने के लिए स्मार्ट कॉन्ट्रैक्ट टेम्प्लेट और संदर्भ कार्यान्वयनों के संग्रह के रूप में कार्य करता है।

प्रोजेक्ट मानकीकृत प्रोग्राम प्रदान करके विकेंद्रीकृत एप्लिकेशन बुनियादी ढांचा प्रदान करता है जो एप्लिकेशनों के लिए आधारभूत निर्माण ब्लॉकों के रूप में कार्य करते हैं। यह नेटवर्क में सुसंगत कार्यक्षमता सुनिश्चित करने के लिए सत्यापित ब्लॉकचेन कॉन्ट्रैक्ट्स के विकास और तैनाती पर केंद्रित है।

लाइब्रेरी वर्चुअल मशीन को लक्षित करने वाले प्रोग्राम के रूप में नेटिव सिस्टम फंक्शन्स के पुन: कार्यान्वयन के माध्यम से मुख्य ब्लॉकचेन ऑपरेशंस को कवर करती है। इसमें विभिन्न ब्लॉकचेन कार्यान्वयनों में सुसंगत व्यवहार बनाए रखने के लिए मानकीकृत स्मार्ट कॉन्ट्रैक्ट्स की तैनाती शामिल है।

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.

स्टार हिस्ट्री

solana-labs/solana-program-library के लिए स्टार हिस्ट्री चार्टsolana-labs/solana-program-library के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Solana Program Library के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Solana Program Library के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • solana-foundation/anchorsolana-foundation का अवतार

    solana-foundation/anchor

    5,090GitHub पर देखें↗

    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
    GitHub पर देखें↗5,090
  • transmissions11/solmatetransmissions11 का अवतार

    transmissions11/solmate

    4,288GitHub पर देखें↗

    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
    GitHub पर देखें↗4,288
  • rari-capital/solmateRari-Capital का अवतार

    Rari-Capital/solmate

    4,283GitHub पर देखें↗

    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
    GitHub पर देखें↗4,283
  • mystenlabs/suiMystenLabs का अवतार

    MystenLabs/sui

    7,612GitHub पर देखें↗

    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
    GitHub पर देखें↗7,612
Solana Program Library के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

solana-labs/solana-program-library क्या करता है?

solana-program-library एक ब्लॉकचेन सिस्टम प्रोग्राम सूट है जो Solana पर पुन: प्रयोज्य प्रोग्राम के रूप में कार्यान्वित मुख्य ब्लॉकचेन ऑपरेशंस और नेटिव फंक्शन्स की एक लाइब्रेरी प्रदान करता है। यह Solana वर्चुअल मशीन पर सत्यापित प्रोग्राम तैनात करने के लिए स्मार्ट कॉन्ट्रैक्ट टेम्प्लेट और संदर्भ कार्यान्वयनों के संग्रह के रूप में कार्य करता है।

solana-labs/solana-program-library की मुख्य विशेषताएं क्या हैं?

solana-labs/solana-program-library की मुख्य विशेषताएं हैं: 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।

solana-labs/solana-program-library के कुछ ओपन-सोर्स विकल्प क्या हैं?

solana-labs/solana-program-library के ओपन-सोर्स विकल्पों में शामिल हैं: 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…