diff --git a/deliveries/zk-rollups-milestone-1.md b/deliveries/zk-rollups-milestone-1.md new file mode 100644 index 000000000..ead962a5d --- /dev/null +++ b/deliveries/zk-rollups-milestone-1.md @@ -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.|