From bd83337254781f6b22b4cd6ec0dcb3245c8be4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rsync=E2=9A=A1=EF=B8=8F?= <135646455+Rsync25@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:06:05 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d196ab..9289990 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Discreet log contract is an oracle contract scheme proposed by Tadge in [this wh * [cfd-dlc](https://github.com/p2pderivatives/cfd-dlc), Library for creating and managing Discreet Log Contracts (DLC) * [bitcoin-s](https://github.com/bitcoin-s/bitcoin-s), Bitcoin Implementation in Scala * [node-dlc](https://github.com/AtomicFinance/node-dlc), Bitcoin DLC Protocol in Node.js runtime +* [ExFacto](https://github.com/ExFacto/exfacto), Bitcoin DLC Protocol Implementation in Exilir +* [Javascript-dlc](https://github.com/AreaLayer/javascript-dlc), Javascript library for creaing and managing Discreet Log Contracts (DLC) ## Applications * [10101](https://github.com/get10101/10101), lightning and DLC wallet From 10eb094d61006671a751ea57c9b2baa301cd8e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rsync=E2=9A=A1=EF=B8=8F?= <135646455+Rsync25@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:07:26 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9289990..c60de8c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Discreet log contract is an oracle contract scheme proposed by Tadge in [this wh * [bitcoin-s](https://github.com/bitcoin-s/bitcoin-s), Bitcoin Implementation in Scala * [node-dlc](https://github.com/AtomicFinance/node-dlc), Bitcoin DLC Protocol in Node.js runtime * [ExFacto](https://github.com/ExFacto/exfacto), Bitcoin DLC Protocol Implementation in Exilir -* [Javascript-dlc](https://github.com/AreaLayer/javascript-dlc), Javascript library for creaing and managing Discreet Log Contracts (DLC) +* [Javascript-dlc](https://github.com/AreaLayer/javascript-dlc), Javascript library for creating and managing Discreet Log Contracts (DLC) ## Applications * [10101](https://github.com/get10101/10101), lightning and DLC wallet