Partially Signed Bitcoin Transactions
- Rust 99.8%
- Just 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Continuous Integration / Test (minimal, stable) (push) Successful in 7m7s
Continuous Integration / Test (minimal, msrv) (push) Successful in 8m34s
Continuous Integration / Test (recent, msrv) (push) Successful in 8m46s
Continuous Integration / Check (api) (push) Successful in 2m12s
Continuous Integration / Check (docs) (push) Successful in 2m25s
Continuous Integration / Check (docsrs) (push) Successful in 2m26s
Continuous Integration / Check (fmt --check) (push) Successful in 2m12s
Continuous Integration / Test (recent, stable) (push) Successful in 7m3s
Continuous Integration / Check (lint) (push) Successful in 2m41s
Continuous Integration / Check (integration) (push) Successful in 3m21s
Continuous Integration / Fuzz (push) Successful in 1m59s
|
||
| .cargo | ||
| .forgejo | ||
| bitcoind-tests | ||
| docs | ||
| examples | ||
| fuzz | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo-minimal.lock | ||
| Cargo-recent.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| justfile | ||
| LICENSE | ||
| rbmt-version | ||
| README.md | ||
| rustfmt.toml | ||
Partially Signed Bitcoin Transactions
Implementation of the Partially Signed Bitcoin Transaction Format as defined in BIP-174 and PSBT version 2 as defined in BIP-370.
Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on Rust 1.74.0.
Contributing
The canonical repository is at git.rust-bitcoin.org/rust-bitcoin/rust-psbt. A read-only remote exists on GitHub.
We have a dedicated developer channel on IRC, #[email protected] where you may get helpful advice if you have questions.
Please see CONTRIBUTING.md for guidelines.
License
The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.