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

Create qrucial_dao_milestone_2.md #899

Merged
merged 1 commit into from
Jul 5, 2023
Merged
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
28 changes: 28 additions & 0 deletions deliveries/qrucial_dao_milestone_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Milestone Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**

* **Application Document:** [Contract](https://github.com/w3f/Grants-Program/blob/master/applications/QRUCIAL_DAO.md)
* **Milestone Number:** 2

**Context**
We have developed the frontend of QRUCIAL DAO, extended the system, fixed bugs and wrote the full how-to article. We started the live testnet.

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | [Link](https://github.com/Qrucial/QRUCIAL-DAO/blob/milestone2/LICENSE) | - |
| 0b. | Documentation | [Wiki](https://github.com/Qrucial/QRUCIAL-DAO/wiki) | - |
| 0c. | Testing Guide | [Development and testing guide](https://github.com/Qrucial/QRUCIAL-DAO/wiki/Development-and-testing-guide) | - |
| 0d. | Docker | [Docker](https://github.com/Qrucial/QRUCIAL-DAO/blob/milestone2/docker/files/dockerfile) and [node-setup.sh](https://github.com/Qrucial/QRUCIAL-DAO/blob/milestone2/node-setup.sh) | The node-setup.sh prepares the system as a native node, while we also have the Docker image which starts the full system inside a container. Additionally ExoTools can be run as separate docker images. |
| 0e. | Article | [QDAO M2 article](https://cryptoctf.org/2023/06/08/delivery-of-qdao-milestone-2/)| - |
| 1. | ExoSys Deamon | [Source code](https://github.com/Qrucial/QRUCIAL-DAO/tree/milestone2/exosysd) | - |
| 2. | QRUCIAL DAO Frontend | [Frontend code](https://github.com/Qrucial/QRUCIAL-DAO/tree/milestone2/frontend/substrate-front-end-template) | - |
| 3. | ExoTool - CCA | [Added to audit script](https://github.com/Qrucial/QRUCIAL-DAO/blob/milestone2/exotools/docker/docker_files/scripts/audit_script.sh) | - |
| 4. | ExoTool - Octopus | [Added to audit script](https://github.com/Qrucial/QRUCIAL-DAO/blob/milestone2/exotools/docker/docker_files/scripts/audit_script.sh) | - |

**Additional Information**
- You can use our live testnet to test the system: https://qrucial.io/
- We keep the live testnet up to date to the main branch. If Alice key is depleted, contact us on Matrix.
- QDAO as a project is under development, changes are ongoing in the code.
Loading