Atomic swap (BTC)
note
The article assumes that the reader has knowledge of taproot in bitcoin and does not cover the construction of transactions.
Introduction
Unlike Ethereum, Bitcoin does not have the concept of contracts. Instead, it has scripts.
In the following sections, let's explore on how we can implement the functions like initiate
, redeem
, refund
and instant refund
.