From 073986db63207bebc87b281c4e042b583e171576 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Mon, 3 Aug 2020 15:00:34 -0500 Subject: [PATCH] Add implementations section on the README (#43) * Add implementations and bitcoin-s section to the README * Add interactive demo, add adaptor-dlc branch for implementation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9826f03..460c733 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ For learning more about DLC have a look at the [resources](Resources.md) page. - Construction and neogatiation of DLCs in Lightning ([#3](https://github.com/discreetlogcontracts/dlcspecs/issues/3)) +## Implementations + +### [bitcoin-s](https://github.com/bitcoin-s/bitcoin-s) + +The team at Suredbits is working on a implementation of discreet log contracts in bitcoin-s. + +1. [Documentation](https://bitcoin-s.org/docs/next/wallet/dlc) +2. [Github branch](https://github.com/bitcoin-s/bitcoin-s/tree/adaptor-dlc) +3. [Interactive DLC Demo](https://scastie.scala-lang.org/nkohen/OVWMOXwPRryREhVNw7pjLw/11) + --- ![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")