add psbts

This commit is contained in:
fbock
2024-05-27 10:10:21 +02:00
parent ec6e3ef93b
commit cc8821c9e1
2 changed files with 12 additions and 7 deletions

View File

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Research/Implementation/Libraries.md",
"file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"mode": "source",
"source": false
}
@ -85,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Research/Implementation/Libraries.md",
"file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Research/Implementation/Libraries.md",
"file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -125,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "Research/Implementation/Libraries.md"
"file": "Research/Bitcoin fundamentals/Knowledge sources.md"
}
}
}
@ -148,16 +148,16 @@
},
"active": "bdb9fd88a01a8909",
"lastOpenFiles": [
"Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"Research/Implementation/Libraries.md",
"Research/Bitcoin fundamentals/Taproot output structure.canvas",
"Research/Bitcoin fundamentals/Spending Taproot UTXOs.md",
"Research/Bitcoin fundamentals/Knowledge sources.md",
"Research/Trade Pipelines/new concepts/concept locking script 1.canvas",
"Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"Research/Trade Pipelines/current trade flow.canvas",
"Research/Bitcoin fundamentals/Signature and Flags.canvas",
"Research/Implementation/CLI demonstrator architecture/demonstrator architecture.canvas",
"Research/Implementation/UI ideas.canvas",
"Research/Implementation/Libraries.md",
"Research/Trade Pipelines/Existing research.md",
"Research/Implementation/CLI demonstrator architecture",
"Research/Trade Pipelines/new concepts/Untitled.md"

View File

@ -83,4 +83,9 @@ https://github.com/bitcoin-core/btcdeb/blob/master/doc/tapscript-example-with-ta
https://dev.to/eunovo/a-guide-to-creating-taproot-scripts-with-bitcoinjs-lib-4oph (Can look at this, this uses bitcoinjs-lib to create taproot scripts)
### <u>Partially signed bitcoin transactions</u>
[Bitcoin Optech collection of sources](https://bitcoinops.org/en/topics/psbt/)