2 个仓库
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.
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.
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.