mirror of
https://github.com/basicswap/basicswap.git
synced 2025-05-03 03:12:17 +00:00
parent
01c8130535
commit
1eca1b60ab
3 changed files with 13 additions and 13 deletions
|
@ -10,10 +10,10 @@ An OtVES:
|
||||||
- The encrypting private key (b) can be recovered using both the encrypted and decrypted signatures.
|
- The encrypting private key (b) can be recovered using both the encrypted and decrypted signatures.
|
||||||
|
|
||||||
|
|
||||||
Offerer - Sends the offer
|
Offerer - Sends the offer
|
||||||
Bidder - Sends the bid
|
Bidder - Sends the bid
|
||||||
Leader - Sends the first lock tx (ITX)
|
Leader - Sends the first lock tx (ITX)
|
||||||
Follower - Sends the second lock tx (PTX)
|
Follower - Sends the second lock tx (PTX)
|
||||||
|
|
||||||
|
|
||||||
NOSCRIPT_COIN lock tx:
|
NOSCRIPT_COIN lock tx:
|
||||||
|
@ -78,6 +78,6 @@ o8. Combines the keys to spend from the NOSCRIPT_COIN lock tx |
|
||||||
```
|
```
|
||||||
|
|
||||||
Per swap (including the offer smsg):
|
Per swap (including the offer smsg):
|
||||||
Offerer sent 6 smsgs (2 extra from split messages)
|
- Offerer sent 6 smsgs (2 extra from split messages)
|
||||||
Bidder sent 4 smsgs (2 extra from split messages)
|
- Bidder sent 4 smsgs (2 extra from split messages)
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
## WIP
|
## WIP
|
||||||
|
|
||||||
Offerer - Sends the offer
|
Offerer - Sends the offer
|
||||||
Bidder - Sends the bid
|
Bidder - Sends the bid
|
||||||
Leader - Sends the first lock tx (ITX)
|
Leader - Sends the first lock tx (ITX)
|
||||||
Follower - Sends the second lock tx (PTX)
|
Follower - Sends the second lock tx (PTX)
|
||||||
|
|
||||||
|
|
||||||
The ITX must be sent from the script chain (coin A).
|
The ITX must be sent from the script chain (coin A).
|
||||||
|
@ -80,6 +80,6 @@ o7. Receives leader OtVES for SCRIPT_COIN lock spend tx. |
|
||||||
```
|
```
|
||||||
|
|
||||||
Per swap (including the offer smsg):
|
Per swap (including the offer smsg):
|
||||||
Offerer sent 5 smsgs (2 extra from split messages)
|
- Offerer sent 5 smsgs (2 extra from split messages)
|
||||||
Bidder sent 6 smsgs (2 extra from split messages)
|
- Bidder sent 6 smsgs (2 extra from split messages)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Seller first protocol
|
# Seller first protocol
|
||||||
|
|
||||||
Seller sends the first transaction.
|
Seller sends the first transaction.\
|
||||||
Both coin types must support scripts.
|
Both coin types must support scripts.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue