Skip to content

Commit 3948c48

Browse files
authored
Create README.md
1 parent 1e083e6 commit 3948c48

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Scriptless Scripts
2+
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

Comments
 (0)