Skip to content
#

p2sh

Here are 23 public repositories matching this topic...

a comprehensive and versatile Go library for all your Bitcoin transaction needs. offers robust support for various Bitcoin transaction types, including spending transactions, Bitcoin address management, Bitcoin Schnorr signatures, BIP-39 mnemonic phrase generation, hierarchical deterministic (HD) wallet derivation, and Secret Storage Definition

  • Updated Aug 20, 2024
  • Go

Pay-to-Script-Hash (P2SH) is a type of transaction output script used in Bitcoin to enable more flexible spending conditions. With P2SH, instead of directly locking the funds to a public key or a script, the funds are locked to a hash of a redeem script. The redeem script is a more complex script that specifies the conditions that must be met to...

  • Updated Mar 2, 2023
  • C++

Add this topic to your repo

To associate your repository with the p2sh topic, visit your repo's landing page and select "manage topics."

Learn more