Skip to content

Commit 2f3b17a

Browse files
committed
Update README.md
1 parent 5d36e48 commit 2f3b17a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ Using this package, you can create a Bitcoin transaction in two ways: either thr
8080

8181
- P2SH(SEGWIT): A P2SH (Pay-to-Script-Hash) Segregated Witness (SegWit) address in Bitcoin combines the benefits of P2SH and SegWit technologies, allowing for enhanced transaction security, reduced fees, and improved scalability.
8282

83-
### MuSig2 BIP-327: MuSig2 for BIP340-compatible Multi-Signatures
84-
You can find the examples here.
83+
### MuSig2 (BIP-327):
84+
Find example implementations [here](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/lib/musig)
8585

8686
- Sign/Verify: Supports signing and verifying multisignature transactions using MuSig2
8787
- NonceAgg: Aggregates nonces from multiple participants for secure signature generation.
8888
- KeyAgg: Combines multiple public keys into a single aggregated public key for efficient multisignature verification
8989

9090
### PSBT
91-
You can find the examples here.
91+
Find example implementations [here](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/lib/psbt)
9292

9393
- BIP-0174: Partially Signed Bitcoin Transaction Format
9494
- BIP-0370: PSBT Version 2

0 commit comments

Comments
 (0)