bitcoin-rust
Skill based on rust-bitcoin (rust-bitcoin/rust-bitcoin), generated from
sources/bitcoin-rust. Doc path:sources/bitcoin-rust/docs/, README, and cratelib.rs.
Rust Bitcoin supports the Bitcoin network protocol and primitives: de/serialization of blocks and transactions, script parsing and building, private/public keys and addresses (including BIP-32), and PSBT v0. Use for wallets, indexers, and tooling—not for consensus validation. All content is in English.
Core References
| Topic | Description | Reference |
|---|---|---|
| Overview | What rust-bitcoin is, capabilities, limitations, crate stack, features | core-overview |
| Consensus encoding | Encodable/Decodable, serialize/deserialize, partial and hex helpers | core-consensus-encoding |
| Types and crates | Block, Transaction, Script, Amount, hashes, network; crate layout and versions | core-types-and-crates |
Features
| Topic | Description | Reference |
|---|---|---|
| Addresses | P2PKH, P2WPKH, P2TR, etc.; creation, parsing, network validation | features-addresses |
| Keys and signing | PrivateKey, PublicKey, XOnlyPublicKey, ECDSA/Taproot sighash and signing | features-keys-and-signing |
| PSBT | BIP-0174 PSBT v0; creation, signing, extraction; roles and limits | features-psbt |
More from hairyf/blockchain-master
openzeppelin-contracts
Secure smart contract library—access control, tokens (ERC20/721/1155/4626/6909), upgradeable contracts, and utilities.
15viem
TypeScript interface for Ethereum — clients, contracts, accounts, chains, ENS, and utilities.
13wagmi
Wagmi — React/Vue/Solid hooks and Core for Ethereum; config, connectors, read/write contracts, TanStack Query.
11ton
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
11envio
Envio blockchain data stack — HyperSync, HyperIndex, HyperRPC; fast indexing and data APIs.
8uniswap-v4
Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types.
7