Skip to content

Commit

Permalink
Create dotnix-milestone_1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ra33it0 authored Jun 3, 2024
1 parent c2cfee2 commit 8246289
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dotnix-milestone_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Milestone Delivery :mailbox:

> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones.
>
> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed.
**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:** https://github.com/w3f/Grants-Program/blob/master/applications/dotnix.md
* **Milestone Number:** 1

**Context** (optional)
-
**Deliverables**

| Number | Deliverable | Link |
| -----: | ----------- | ------------- |
| **0a.** | License | https://github.com/sporyon/dotnix-core/blob/main/LICENSE |
| **0b.** | Documentation | https://github.com/sporyon/dotnix-core/blob/main/README.md |
| **0c.** | Testing and Testing Guide | https://github.com/sporyon/dotnix-core/tree/main/checks |
| **0d.** | Docker | https://github.com/sporyon/dotnix-core/blob/main/docker.nix|
| **0e.** | Article | https://github.com/sporyon/dotnix-core/blob/main/article.md |
| 1. | Package Polkadot binary | https://github.com/sporyon/dotnix-core/blob/main/flake.nix#L31 |
| 2. | NixOS Validator Module | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix |
| 3. | Secret Management | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix#L61-L97 |
| 4. | Tests for secret maangement | https://github.com/sporyon/dotnix-core/blob/main/checks/polkadot-validator-secrets.nix |
| 5. | Basic Security Hardening | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix#L112 |
| | | |

0 comments on commit 8246289

Please sign in to comment.