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
This commit is contained in:
Chris Stewart
2020-08-03 15:00:34 -05:00
committed by GitHub
parent fa238f8213
commit 073986db63

View File

@@ -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")