From 7296cdef02f75bb028ffc4a27fece0405bbcda5c Mon Sep 17 00:00:00 2001 From: christewart Date: Thu, 6 Aug 2020 06:52:13 -0500 Subject: [PATCH 1/3] Add introduction to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 460c733..6e741ac 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ drafted. Pull requests and comments welcome. +Please see our [introduction](Introduction.md) for what a DLC is and a glossary of terms used in DLCs. + For learning more about DLC have a look at the [resources](Resources.md) page. ## Specification Roadmap From e4c1370df7b1c43e2634f1ec1355dbcd522dd99e Mon Sep 17 00:00:00 2001 From: christewart Date: Thu, 6 Aug 2020 07:19:50 -0500 Subject: [PATCH 2/3] Remove INTRO from TODO, add our project dashboard --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e741ac..ec62ae6 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ For learning more about DLC have a look at the [resources](Resources.md) page. ### TODO -- Create introductory page to DLCs and a glossary of technical terms ([#16](https://github.com/discreetlogcontracts/dlcspecs/issues/16)) - - Specify how an event Id should be calculated ([#20](https://github.com/discreetlogcontracts/dlcspecs/issues/20)) - Oracle signature specification ([#21](https://github.com/discreetlogcontracts/dlcspecs/issues/21)) - P2P communication specification ([#13](https://github.com/discreetlogcontracts/dlcspecs/issues/13)) +- For more information on TODO see our [project v0.1 project dashboard](https://github.com/discreetlogcontracts/dlcspecs/projects/1) + ### Future Work - Construction and neogatiation of DLCs in Lightning ([#3](https://github.com/discreetlogcontracts/dlcspecs/issues/3)) From 7c26c32646374d07b9fd3d6ab147a1a59143a7d8 Mon Sep 17 00:00:00 2001 From: christewart Date: Thu, 6 Aug 2020 07:20:56 -0500 Subject: [PATCH 3/3] Remove redundant 'project' word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec62ae6..ae131f0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For learning more about DLC have a look at the [resources](Resources.md) page. - P2P communication specification ([#13](https://github.com/discreetlogcontracts/dlcspecs/issues/13)) -- For more information on TODO see our [project v0.1 project dashboard](https://github.com/discreetlogcontracts/dlcspecs/projects/1) +- For more information on TODO see our [v0.1 project dashboard](https://github.com/discreetlogcontracts/dlcspecs/projects/1) ### Future Work