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

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

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

2 个仓库

Awesome GitHub RepositoriesScript Execution Validators

Tools for verifying transaction script validity against consensus rules.

Distinct from Platform Script Execution: Distinct from Platform Script Execution: focuses on consensus-based script validation rather than general script execution environments.

Explore 2 awesome GitHub repositories matching development tools & productivity · Script Execution Validators. Refine with filters or upvote what's useful.

Awesome Script Execution Validators GitHub Repositories

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

    bitcoin/bips

    10,587在 GitHub 上查看↗

    This repository serves as the official archive for Bitcoin Improvement Proposals, providing a centralized, version-controlled collection of technical standards and design specifications for the network. It functions as the primary record for the protocol, documenting the consensus rules and design improvements that govern the ecosystem. The project manages a structured editorial workflow that relies on peer-reviewed submissions to maintain the integrity of the technical record. By assigning unique identifiers to each proposal, it ensures that all proposed changes to the protocol are tracked,

    Checks transaction script validity against standardized test vectors to ensure consistent consensus rule enforcement.

    Wikitext
    在 GitHub 上查看↗10,587
  • bitcoinj/bitcoinjbitcoinj 的头像

    bitcoinj/bitcoinj

    5,216在 GitHub 上查看↗

    bitcoinj is a Java library and software development kit for integrating Bitcoin blockchain functionality into applications. It provides a foundation for implementing blockchain clients and managing digital wallets, allowing for the programmatic tracking of blockchain state and transaction histories. The project includes tools for creating and maintaining keychains and wallets, supported by a command-line interface for administrative wallet management and blockchain state synchronization. The library covers core cryptographic and structural primitives, including deterministic key derivation,

    Executes a stack-based miniature language to verify specific conditions are met before funds can be spent.

    Javabech32bip141bip143
    在 GitHub 上查看↗5,216
  1. Home
  2. Development Tools & Productivity
  3. Platform Script Execution
  4. Script Execution Validators

探索子标签

  • Consensus Script ValidationsVerifying that a transaction's script conforms to the network's consensus rules before it can be spent. **Distinct from Script Execution Validators:** Focuses on the specific blockchain consensus-based script validation rather than general platform script execution.