awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAccount Mutability Declarations

Marking accounts as mutable so state changes are persisted during instruction execution.

Distinct from Mutability Modifiers: Distinct from Mutability Modifiers: applies to on-chain account state, not language variables.

Explore 1 awesome GitHub repository matching data & databases · Account Mutability Declarations. Refine with filters or upvote what's useful.

Awesome Account Mutability Declarations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • solana-foundation/anchorsolana-foundation 的头像

    solana-foundation/anchor

    5,090在 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

    Enables saving state changes to Solana accounts by declaring them mutable.

    Rustblockchaincoralrust
    在 GitHub 上查看↗5,090
  1. Home
  2. Data & Databases
  3. Data Type Managers
  4. Mutable Types
  5. Mutability Modifiers
  6. Account Mutability Declarations