Skip to content

Commit ca881e8

Browse files
committed
readme
1 parent b2ed9c5 commit ca881e8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Project Overview :page_facing_up:
2-
[![Build Integration](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/evm.yml/badge.svg)](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/evm.yml)[![Fast Integration](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/test.yml/badge.svg)](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/test.yml)
2+
[![Build Integration](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/evm.yml/badge.svg)](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/evm.yml)
3+
[![Fast Integration](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/test.yml/badge.svg)](https://github.com/PlasmNetwork/ZKRollups/actions/workflows/test.yml)
4+
5+
### Diclaimer
6+
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
39
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.
410

511
ZK Rollup is valuable for Polkadot Parachain as described below.
@@ -8,15 +14,6 @@ ZK Rollup is valuable for Polkadot Parachain as described below.
814
1. Sharding plus Rollups will be the future. Polkadot has the sharding ish architecture but it doesn't have Rollups yet.
915
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.
1016

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 |
19-
2017
### Integration Test on Substrate
2118

2219
#### Premise

0 commit comments

Comments
 (0)