Skip to content

Commit

Permalink
Add TCDT Milestone 2
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidzahra committed Jan 22, 2025
1 parent db15008 commit 051099f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions deliveries/tcdt-milestone-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Milestone Delivery :mailbox:

**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** tcdt
* **Milestone Number:** 2

**Context**

This milestone defines the protocols that must be adhered to by clients for various types of interactions with the architecture. The milestone also deelivers packages for interacting with the architecture along with sample clients implemented on top of them.

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | Apache 2.0 | |
| 0b. | Documentation | [NodeJS Client](https://github.com/tcdt-lab/bcdns/blob/master/dns_client/README.md), [Golang Client](https://github.com/tcdt-lab/bcdns/blob/master/dns_client_golang/README.md), [Overview](https://github.com/tcdt-lab/bcdns/blob/master/README.md#enabling-blockchain-interoperability-through-discovery) | |
| 0c. | Testing and Testing Guide | | The clients should be tested by interacting with a live node and setting up the chain specifications stored such that they point to the node itself to simulate the layered architecture. |
| 0d. | Docker | | Since the clients are used for one-time run commands such as resolving a domain, they should be compiled and ran without docker. |
| 1. | Domain Resolution Protocol | [Link](https://github.com/tcdt-lab/bcdns/blob/master/README.md#domain-resolution-protocol) | |
| 2. | Domain Registration Protocol | [Link](https://github.com/tcdt-lab/bcdns/blob/master/README.md#domain-registration-protocol) | |
| 3. | Domain Revocation Protocol | [Link](https://github.com/tcdt-lab/bcdns/blob/master/README.md#domain-revocation-protocol) | |
| 4. | Domain Transfer Protocol | [Link](https://github.com/tcdt-lab/bcdns/blob/master/README.md#domain-transfer-protocol) | |
| 5. | bcdns-adapter-node | [Link](https://github.com/tcdt-lab/bcdns/blob/master/dns_client) | |
| 6. | bcdns-adapter-golang | [Link](https://github.com/tcdt-lab/bcdns/blob/master/dns_client_golang) | |

**Additional Information**

0 comments on commit 051099f

Please sign in to comment.