-
Notifications
You must be signed in to change notification settings - Fork 19
Home
shigeyuki azuchi edited this page Jul 9, 2024
·
5 revisions
Welcome to the bitcoinrb wiki! This wiki describe a sample of bitcoinrb
usage.
- Key derivation describe how to derive the extended private key/extended public key according to the specification of hierarchical deterministic wallets(BIP32).
- Transaction describe how to parse, create and sign Bitcoin transaction.
- Script describe how to parse, create and run Bitcoin Script.
- P2P message describe how to handle P2P messages used in Bitcoin.
- Sign message describe how to sign and verify a Bitcoin message.
- Taproot support.
- Output Script Descriptor usage.