-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |