From cc8821c9e1e0118f76cce33f8ad1e452fdab0108 Mon Sep 17 00:00:00 2001 From: fbock Date: Mon, 27 May 2024 10:10:21 +0200 Subject: [PATCH] add psbts --- docs/TapTrade_obs/.obsidian/workspace.json | 12 ++++++------ .../Bitcoin fundamentals/Knowledge sources.md | 7 ++++++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/TapTrade_obs/.obsidian/workspace.json b/docs/TapTrade_obs/.obsidian/workspace.json index 9756b9c..61af304 100644 --- a/docs/TapTrade_obs/.obsidian/workspace.json +++ b/docs/TapTrade_obs/.obsidian/workspace.json @@ -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" diff --git a/docs/TapTrade_obs/Research/Bitcoin fundamentals/Knowledge sources.md b/docs/TapTrade_obs/Research/Bitcoin fundamentals/Knowledge sources.md index f95d0b2..72e6b6c 100644 --- a/docs/TapTrade_obs/Research/Bitcoin fundamentals/Knowledge sources.md +++ b/docs/TapTrade_obs/Research/Bitcoin fundamentals/Knowledge sources.md @@ -82,5 +82,10 @@ 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) - + +### Partially signed bitcoin transactions + +[Bitcoin Optech collection of sources](https://bitcoinops.org/en/topics/psbt/) + +