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

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

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

Rari-Capital/solmate

0
View on GitHub↗
4,283 स्टार्स·709 फोर्क्स·Solidity·4 व्यूज़

Solmate

Solmate एक Solana प्रोग्राम फ्रेमवर्क और स्मार्ट कॉन्ट्रैक्ट लाइब्रेरी है जो गैस-ऑप्टिमाइज़्ड ब्लॉकचेन प्रिमिटिव्स प्रदान करती है। यह Solana ब्लॉकचेन पर SPL टोकन और सुरक्षित एक्सेस कंट्रोल सिस्टम लागू करने के लिए एक डेवलपमेंट किट के रूप में कार्य करती है।

यह प्रोजेक्ट संसाधन-कुशल बिल्डिंग ब्लॉक्स के माध्यम से कंप्यूट यूनिट के उपयोग और ट्रांजेक्शन लागत को कम करने पर केंद्रित है। यह टोकन लॉजिक, बैलेंस ट्रैकिंग और संवेदनशील स्मार्ट कॉन्ट्रैक्ट फ़ंक्शंस को प्रतिबंधित करने के लिए डिज़ाइन किए गए ऑथराइजेशन प्रिमिटिव्स के लिए स्टैंडर्डाइज़्ड घटक प्रदान करती है।

यह फ्रेमवर्क प्रोग्राम को स्ट्रक्चर करने के लिए ओपिनियनेटेड पैटर्न और प्रिमिटिव-आधारित कंपोज़िशन का उपयोग करता है। ये क्षमताएं ऑन-चेन टोकन मैनेजमेंट और Solana प्रोग्राम लाइब्रेरी स्टैंडर्ड्स के अनुरूप सुरक्षित अनुमति प्रणालियों के कार्यान्वयन को कवर करती हैं।

Features

  • Compute-Optimized Blockchain Primitives - Provides resource-efficient building blocks that minimize compute unit usage and transaction costs on the Solana VM.
  • Smart Contract Patterns - Enforces a specific structural layout for smart contracts to reduce development overhead and prevent common errors.
  • Gas Optimization Patterns - Provides standardized low-cost building blocks for tokens and authorization to lower execution expenses.
  • Gas-Optimized Primitives - Ships resource-efficient building blocks designed to reduce compute unit usage and transaction costs.
  • Blockchain Execution Guards - Implements optimized permission checks embedded directly into the smart contract execution path.
  • On-Chain Token Management - Enables the creation and management of custom tokens with standardized logic for transfers and balance tracking.
  • Smart Contract Access Controls - Implements secure permission systems and authorization logic to restrict sensitive function calls in smart contracts.
  • Solana Access Control Frameworks - Provides a set of secure permission systems and authorization primitives for restricting sensitive smart contract functions.
  • Smart Contract Primitive Composition - Combines low-level building blocks into complex smart contracts to ensure consistent gas efficiency and logic.
  • Smart Contract Libraries - Offers a collection of gas-optimized building blocks for developing high-performance Solana smart contracts.
  • Solana Smart Contract Development - Provides optimized building blocks to develop high-performance programs on the Solana blockchain.
  • Token Standard Components - Provides standardized components for implementing token logic and balance tracking on the Solana network.
  • Token Standard Implementations - Implements custom token standards on the Solana network using pre-defined components for consistent behavior.
  • Gas Cost Optimizers - Reduces transaction costs and compute unit usage through the use of resource-efficient primitives.
  • SPL Token Account Management - Aligns internal data structures with Solana Program Library standards to ensure ecosystem interoperability.
  • Token Standards - Uses a consistent data layout for balances and transfers to simplify integration with the Solana program model.
  • Smart Contract Development - Gas-optimized smart contract library for efficient development.

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

rari-capital/solmate के लिए स्टार हिस्ट्री चार्टrari-capital/solmate के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

Solmate के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Solmate के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • openzeppelin/openzeppelin-contractsOpenZeppelin का अवतार

    OpenZeppelin/openzeppelin-contracts

    27,157GitHub पर देखें↗

    OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo

    Solidityethereumevmsecurity
    GitHub पर देखें↗27,157
  • 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
  • openzeppelin/zeppelin-solidityOpenZeppelin का अवतार

    OpenZeppelin/zeppelin-solidity

    27,167GitHub पर देखें↗

    This project is a Solidity smart contract library providing a collection of audited, reusable templates and building blocks for developing secure blockchain applications on the Ethereum Virtual Machine. It serves as a foundational toolkit for smart contract development, encompassing a secure mathematical library, role-based access frameworks, and reference implementations of industry-standard token specifications. The library focuses on reducing security risks through community-vetted contract components and audited templates. It provides specific implementations for creating fungible and non

    Solidity
    GitHub पर देखें↗27,167
  • bkrem/awesome-soliditybkrem का अवतार

    bkrem/awesome-solidity

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

    This project is a curated directory and index of resources for Solidity smart contract development. It provides a categorized collection of libraries, development frameworks, security tools, and educational materials used to build and deploy decentralized applications. The repository functions as a comprehensive catalog for the software development lifecycle, featuring a specific index of community-vetted modular building blocks and token standard implementations. It also maintains a dedicated list of security resources, including static analyzers and fuzzers, to assist in auditing and securi

    GitHub पर देखें↗7,032
Solmate के सभी 30 विकल्प देखें→

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

rari-capital/solmate क्या करता है?

Solmate एक Solana प्रोग्राम फ्रेमवर्क और स्मार्ट कॉन्ट्रैक्ट लाइब्रेरी है जो गैस-ऑप्टिमाइज़्ड ब्लॉकचेन प्रिमिटिव्स प्रदान करती है। यह Solana ब्लॉकचेन पर SPL टोकन और सुरक्षित एक्सेस कंट्रोल सिस्टम लागू करने के लिए एक डेवलपमेंट किट के रूप में कार्य करती है।

rari-capital/solmate की मुख्य विशेषताएं क्या हैं?

rari-capital/solmate की मुख्य विशेषताएं हैं: Compute-Optimized Blockchain Primitives, Smart Contract Patterns, Gas Optimization Patterns, Gas-Optimized Primitives, Blockchain Execution Guards, On-Chain Token Management, Smart Contract Access Controls, Solana Access Control Frameworks।

rari-capital/solmate के कुछ ओपन-सोर्स विकल्प क्या हैं?

rari-capital/solmate के ओपन-सोर्स विकल्पों में शामिल हैं: openzeppelin/openzeppelin-contracts — OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the… transmissions11/solmate — Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart… openzeppelin/zeppelin-solidity — This project is a Solidity smart contract library providing a collection of audited, reusable templates and building… bkrem/awesome-solidity — This project is a curated directory and index of resources for Solidity smart contract development. It provides a… solana-labs/solana-program-library — The solana-program-library is a blockchain system program suite providing a library of core blockchain operations and… amazingang/wtf-solidity — WTF-Solidity is a comprehensive educational curriculum and learning platform designed to guide developers through the…