From d5d975e273e86ffa9101896f00db500666439777 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Fri, 17 Sep 2021 12:42:52 +0200 Subject: [PATCH] adding links to implementations --- dlc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dlc.md b/dlc.md index 76ded7d..06aac03 100644 --- a/dlc.md +++ b/dlc.md @@ -102,4 +102,11 @@ E.g. Bob woudn't sign Alice a bet on "heads" and then also "tails", since he kno - [Atomic.Finance](https://atomic.finance) uses DLCs to implement covered calls to earn income on your BTC without giving up custody - [SuredBits](https://suredbits.com) - they also have [oracles](https://oracle.suredbits.com/) and presented something called [Discrete Log Contract for Difference - DLCFD](https://suredbits.com/settlement-of-dlcfd/) + +## Implementations +* [NDLC implementation by Nicolas Dorier](https://github.com/dgarage/NDLC) +* [rust-dlc](https://github.com/p2pderivatives/rust-dlc) +* [cfd-dlc](https://github.com/p2pderivatives/cfd-dlc) +* [bitcoin-s](https://github.com/bitcoin-s/bitcoin-s) + [Previous - Schnorr](./schnorr.md)