add musig2 bip

This commit is contained in:
fbock
2024-06-11 16:47:35 +02:00
parent d33c4ebeef
commit 91f04d76e0
2 changed files with 9 additions and 11 deletions

View File

@ -11,14 +11,11 @@
"id": "bdb9fd88a01a8909",
"type": "leaf",
"state": {
"type": "canvas",
"type": "markdown",
"state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"viewState": {
"x": -5.715431435294194,
"y": 993.2035026007628,
"zoom": 0.25093295426175405
}
"file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"mode": "source",
"source": false
}
}
}
@ -88,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -105,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -128,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas"
"file": "Research/Bitcoin fundamentals/Knowledge sources.md"
}
}
}
@ -151,12 +148,12 @@
},
"active": "bdb9fd88a01a8909",
"lastOpenFiles": [
"Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"Research/Trade Pipelines/new concepts/concept locking script 1.canvas",
"assets/Pasted image 20240611120722.png",
"assets/Pasted image 20240611105421.png",
"assets/ptlc2.png",
"assets/ptlc.png",
"Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"Research/Bitcoin fundamentals/Knowledge sources.md",
"Research/Trade Pipelines/current trade flow.canvas",
"Research/Implementation/Libraries.md",

View File

@ -10,6 +10,7 @@ Understanding the following BIPs is relevant for the project.
* [BIP 65 - OP_CHECKLOCKTIMEVERIFY](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
* [BIP 174 - Partially Signed Bitcoin Transaction Format](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki)
* [BIP 370 - PSBT Version 2](https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki)
* [BIP 327 - MuSig2](https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki)
#### BIP Readtrough videos
* [BIP 340 Readtrough - Jimmy Song](https://www.youtube.com/watch?v=rVsNFMzQUck)