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
Scriptless scripts is an approach to designing cryptographic protocol on top of Bitcoin which avoids execution of explicit smart contracts.
3
+
4
+
***[Adaptor Signatures and Atomic Swaps from Scriptless Scripts](md/atomic-swap.md)**
5
+
* This document describes adaptor signatures and multisignatures, which are the original building blocks of scriptless scripts.
6
+
It also describes an atomic swap protocol using these building blocks.
7
+
***[Partially Blind Atomic Swap Using Adaptor Signatures](md/partially-blind-swap.md)**
8
+
* In this scheme one of the participants of the swap does not learn which coins are being swapped.
9
+
***[Atomic Pedersen Swap Using Adaptor Signatures](md/pedersen-swap.md)**
10
+
* An atomic Pedersen swap exchanges a coin with the opening `(r, x)` of a Pedersen commitment `r*G + x*H`.
11
+
***[Multi-Hop Locks from Scriptless Scripts](md/multi-hop-locks.md)**
12
+
* Multi-hop locks are protocols that allow two parties to exchange coins and proof of payment without requiring a mutual funding multisig output (also known as "Lightning with Scriptless Scripts").
0 commit comments