You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Transactions are shared between client and coordinator in form of [PSBTs](https:
143
143
The repository contains a working CLI demonstrator that is able to complete the trade flow using the MuSig keypath spend on [regtest](https://developer.bitcoin.org/examples/testing.html#regtest-mode). This demonstrator can be used to validate and experiment with the concept but is not intended for production use.
144
144
145
145
### Running the demonstrator
146
-
1. Start the [bitcoin core](https://bitcoincore.org/) regtest node and [electrum server](https://github.com/romanz/electrs) according to ./taptrade-cli-demo/docs/rpc_node.md
146
+
1. Start the [bitcoin core](https://bitcoincore.org/) regtest node and [electrum server](https://github.com/romanz/electrs) according to [rpc_node.md](./docs/rpc_node.md)
147
147
2. Go to the ./taptrade-cli-demo/trader dir and run it with cargo run, once as maker, once as taker
148
148
and copy the generated bitcoin addresses
149
149
3. Send regtest bitcoin to both addresses using ./taptrade-cli-demo/rpc_node/regtest/get-coins-to-address.sh ADDRESS
@@ -159,4 +159,4 @@ This is an open source project under MIT license. Feel free to open PRs and ask
159
159
SimpleX group chat.
160
160
161
161
## Resources
162
-
There are many ressources and thoughts documented in an Obsidian vault in this repo at /docs/TapTrade_obs.
162
+
There are many ressources and thoughts documented in an [Obsidian](https://obsidian.md/) vault in this repo at [./docs/Obsidian](./docs/Obsidian/)
0 commit comments