mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-19 17:23:26 +00:00
some thinkering on a pipeline
This commit is contained in:
30
docs/TapTrade_obs/.obsidian/workspace.json
vendored
30
docs/TapTrade_obs/.obsidian/workspace.json
vendored
@ -4,18 +4,21 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "83f3e4f8fc8a23bd",
|
||||
"id": "ecf79a0752cdbb44",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "a6f226df420e6a1a",
|
||||
"id": "4cb88f1468c68f7e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"type": "canvas",
|
||||
"state": {
|
||||
"file": "Research/Trade Pipelines/Existing research.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
"file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
|
||||
"viewState": {
|
||||
"x": 162.3828125,
|
||||
"y": 54.00916748046863,
|
||||
"zoom": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -69,7 +72,7 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
"width": 329.5
|
||||
},
|
||||
"right": {
|
||||
"id": "5f13d93e126071cf",
|
||||
@ -85,7 +88,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Research/Trade Pipelines/Existing research.md",
|
||||
"file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -102,7 +105,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Research/Trade Pipelines/Existing research.md",
|
||||
"file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@ -125,7 +128,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Research/Trade Pipelines/Existing research.md"
|
||||
"file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -146,13 +149,16 @@
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "a6f226df420e6a1a",
|
||||
"active": "4cb88f1468c68f7e",
|
||||
"lastOpenFiles": [
|
||||
"Research/Trade Pipelines/current trade flow.canvas",
|
||||
"Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
|
||||
"Research/Trade Pipelines/new concepts/Untitled.md",
|
||||
"Research/Trade Pipelines/new concepts",
|
||||
"Research/Trade Pipelines/Existing research.md",
|
||||
"Research/Bitcoin fundamentals/Taproot output structure.canvas",
|
||||
"Research/Bitcoin fundamentals/Knowledge sources.md",
|
||||
"Research/Bitcoin fundamentals/Signature and Flags.canvas",
|
||||
"Research/Trade Pipelines/Existing research.md",
|
||||
"assets/anyonecanpay.webp",
|
||||
"Research/Bitcoin fundamentals/Spending Taproot UTXOs.md",
|
||||
"Research/Implementation/UI ideas.canvas",
|
||||
|
@ -17,7 +17,6 @@ Collection of existing onchain p2p trade protocols and research.
|
||||
##### Remove maker fee tx and taker fee tx
|
||||
Maybe contains concepts on how to handle the **trade bond**
|
||||
[Github Issue](https://github.com/bisq-network/proposals/issues/265#)
|
||||
|
||||
##### Current bisq flow as taker
|
||||
[Wiki](https://docs.bisq.network/getting-started#take-an-offer)
|
||||
[Anatomy of a Bisq trade - Forum](https://bisq.community/t/anatomy-of-a-bisq-trade/10979/2)
|
||||
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"nodes":[
|
||||
{"id":"94ad2b7c2e51b676","x":-3,"y":-660,"width":250,"height":60,"type":"text","text":""},
|
||||
{"id":"ce45a9a761640918","type":"text","text":"**Maker**","x":-380,"y":-140,"width":125,"height":60},
|
||||
{"id":"5b8863761f608702","type":"text","text":"Just going to write some stuff down here while thinking about it. Don't expect it to make sense yet!","x":-220,"y":-480,"width":405,"height":110,"color":"1"},
|
||||
{"id":"8b7862709255b800","type":"text","text":"\n***MSTB*** (Maker seller taker buyer)","x":-177,"y":-320,"width":320,"height":60,"color":"3"},
|
||||
{"id":"545e4ff11933963a","type":"text","text":"**Coordinator**\nMonitors mempool and chain\n\nSpending the input is always costly, so it could work as spam prevention.","x":143,"y":-195,"width":277,"height":170},
|
||||
{"id":"5ef2d6eee11db40b","type":"text","text":"**Taker**","x":-380,"y":140,"width":125,"height":60}
|
||||
],
|
||||
"edges":[
|
||||
{"id":"ffcfdb8c955cf910","fromNode":"ce45a9a761640918","fromSide":"right","toNode":"545e4ff11933963a","toSide":"left","label":"Signed TX (unpublished)\n* Bond to coordinator\n*Escrow amount to himself"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user