Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
singkeo authored Jul 19, 2024
1 parent 3dd2653 commit 0f4de86
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deliveries/dot-login-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Milestone Delivery 📫

**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/dot-login.md
* **Milestone Number:** 1

**Context**

Please note that this delivery complies to the [amended contract](https://github.com/w3f/Grants-Program/pull/2346).

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| 0a. | License | https://github.com/singkeo/dot-login-substrate-node/blob/main/LICENSE | |
| 0b. | Documentation | https://github.com/singkeo/dot-login/blob/main/README.md | |
| 0c. | Testing Guide | https://github.com/singkeo/dot-login/blob/main/README.md | |
| 0d. | Docker | - | |
| 1. | `zkEphemeralKeys` Pallet | https://github.com/singkeo/dot-login-substrate-node/blob/1ac35576d2379d922553f7df96e4dc52beeca9c2/pallets/zkproof/src/lib.rs#L56-L70 | |
| 2. | `address` Pallet | [Substrate pallet for deriving wallet addresses from OAuth2 JWT.](https://github.com/singkeo/dot-login-substrate-node/tree/main/pallets/zkproof/src) | |
| 3. | `jwtValidation` Pallet | https://github.com/singkeo/dot-login-substrate-node/blob/1ac35576d2379d922553f7df96e4dc52beeca9c2/pallets/zkproof/src/lib.rs#L62 |
| 4. | `JWK Registry` Pallet | https://github.com/singkeo/dot-login-substrate-node/tree/main/pallets/zkproof/src |
| 5. | Client and OAuth Integrations | https://github.com/singkeo/dot-login |

0 comments on commit 0f4de86

Please sign in to comment.