You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first step, we use Matter Labs' ZK Rollups conntracts. Regarding the contracts, all credits goes to Matter Labs. What makes this implementation unique is that we will make a ZK Rollups Substrate pallet.
7
+
8
+
### Introduction
3
9
We believe that ZK Rollup is the killer layer2 solution in the coming months and some of the top projects will use this technology to make DApps scalable.
4
10
5
11
ZK Rollup is valuable for Polkadot Parachain as described below.
@@ -8,15 +14,6 @@ ZK Rollup is valuable for Polkadot Parachain as described below.
8
14
1. Sharding plus Rollups will be the future. Polkadot has the sharding ish architecture but it doesn't have Rollups yet.
9
15
1. Some of the great Ethereum projects have already started using Rollups. If we could build Rollups on Substeate/Polkadot, we would help them build applications on Polkdot Parachain like Plasm Network.
10
16
11
-
## Milestone1
12
-
Our milestone1 is to deploy [matter-labs](https://github.com/matter-labs/zksync) solidity contracts and test them on a substrate-based chain.
13
-
14
-
| Number | Deliverable | Specification |
15
-
| ------------- | ------------- | ------------- |
16
-
| 1. | Deploy ZK Rollup Contract on Substrate | Deploy [matter-labs](https://github.com/matter-labs/zksync) solidity contracts on substrate evm |
17
-
| 2. | Integration Test on Substrate | Test for all contracts and sidechain network actors |
18
-
| 3. | Documentation | Document which describes how to test ZK Rollup on substrate |
0 commit comments