-
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.
* copy template * describe for each deliverable * remove unnecessary file Co-authored-by: NoCtrlZ <[email protected]> Co-authored-by: Shinsaku Ashizawa <[email protected]>
- Loading branch information
1 parent
9befd5f
commit 50e9fb4
Showing
1 changed file
with
16 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,16 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
> Only the GitHub account, which is responsible for the pull request of the accepted application is allowed to submit milestones. Don't remove any of the mandatory parts presented in bold letters or as headlines! | ||
**The [invoice form :pencil:](https://forms.gle/8Wx7nxtq8fKrsuEz8) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/General-Grants-Program/blob/master/grants/milestone-deliverables-guidelines.md).** | ||
|
||
* **PR Link:** [Zk Rollups](https://github.com/w3f/Open-Grants-Program/pull/92). | ||
* **Milestone Number:** 1 | ||
|
||
Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which should be used for testing. | ||
|
||
| Number | Deliverable | Link | Notes | | ||
| ------------- | ------------- | ------------- |------------- | | ||
| 1. | Deploy ZK Rollup Contract To Substrate |https://github.com/PlasmNetwork/ZKRollups/blob/master/ts-tests/tests/setup-contract-test.ts|The test to deploy the Zk Rollup contracts in this [directory](https://github.com/PlasmNetwork/ZKRollups/tree/master/ts-tests/contracts) to substrate-based blockchain.| | ||
| 2. | Integration Test On Substrate |https://github.com/PlasmNetwork/ZKRollups#integration-test-on-substrate|The integration test whether all components postgres, prover, operator, and substrate, contracts work correctly.| | ||
| 3. | Documentation |https://docs.google.com/document/d/1o-UoKdevFi9yD2bdvTy5_h-SI8ssEUMRz2hJ1TTYDrM/edit?usp=sharing|The document describes how to test Zk Rollup with executing some scripts.| |