Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DaoSign Milestone 3 delivery #1227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions deliveries/DAOsign-milestone_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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:** [DAOsign](https://github.com/w3f/Grants-Program/blob/master/applications/DAOsign.md)
* **Milestone Number:** 3

**Context** (optional)
> In this milestone DaoSign deliveries NodeJS application - `Relayer` that relays transaction into blockchain.

**Deliverables**


| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | [LICENSE](https://github.com/DAOsign/relayer/blob/main/LICENSE) | Apache 2.0 |
| 0b. | Documentation | [Readme](https://github.com/DAOsign/relayer/blob/main/README.md) | Instructions how to build and run Relayer. Also describes Environment Variables |
| 0c. | Testing and Testing Guide | https://github.com/DAOsign/relayer/blob/main/README.md#testing | Unit tests to ensure functionality and robustness. The guide describe how to run these tests. |
| 0d. | Docker | https://github.com/DAOsign/relayer?tab=readme-ov-file#with-docker | Dockerfile that can be used to run Relayer
| 1. | Gas Relayer | [Github Repo](https://github.com/DAOsign/relayer) | Off-chain service for relaying transactions |

Loading