1 个仓库
Verifying 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.
Explore 1 awesome GitHub repository matching development tools & productivity · Consensus Script Validations. Refine with filters or upvote what's useful.
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.