-
Notifications
You must be signed in to change notification settings - Fork 526
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
1 parent
852ae03
commit a19d512
Showing
1 changed file
with
20 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,20 @@ | ||
# 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:** [Zkwasm Rollups Transfer](https://github.com/w3f/Grants-Program/blob/master/applications/zkwasm-rollups-transfer.md) | ||
* **Milestone Number:** 2 | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Link | | ||
| -----: | ----------- | ------------- | | ||
| 0a. | License | [Apache 2.0](https://github.com/KogarashiNetwork/Kogarashi/blob/master/LICENSE) | | ||
| 0b. | Documentation | [Nova Tutorial](https://kogarashinetwork.github.io/tutorial/nova_pallet/) | | ||
| 0c. | Testing Guide | [Nova Test](https://github.com/KogarashiNetwork/Kogarashi/tree/master/pallet/nova#test) | | ||
| 0d. | Docker | [Nova pallet Dockerfile](https://github.com/KogarashiNetwork/Kogarashi/blob/master/Dockerfile) | | ||
| 0e. | Article | [Nova Tutorial](https://kogarashinetwork.github.io/tutorial/nova_pallet/) | | ||
| 1. | `bn254/grumpkin` implementation | [bn254](https://github.com/KogarashiNetwork/Kogarashi/tree/master/bn254) / [grumpkin](https://github.com/KogarashiNetwork/Kogarashi/tree/master/grumpkin) | | ||
| 2. | `groth16` implementation | [groth16](https://github.com/KogarashiNetwork/Kogarashi/tree/master/groth16) | | ||
| 3. | `recursive proof` implementation | [nova](https://github.com/KogarashiNetwork/Kogarashi/tree/master/nova) | | ||
| 4. | `Nova pallet` implementation | [nova pallet](https://github.com/KogarashiNetwork/Kogarashi/tree/master/pallet/nova) | |