L2 Blockchains
Sunrise Documents
How to create L2
It is recommended to run the full consensus node locally, without relying on an external RPC.
Sunrise Consensus Node Document
Rollkit
sunrise-data
, and rollkit
need to be run.
OP Stack
sunrise-data
, optimism
and op-geth
need to be run.
The local EVM L1 chain is only used to meet OP Stack requirements. The actual data (metadata) is stored in Sunrise.
Please Use Ganache, Hardhat, Anvil or etc as local L1 chain.
Requirements
Type
CPU
Architecture
Mem
Disk
Bandwidth
Rollkit + Sunrise Data
4 Core
x86_64
16 GB
1 TB SSD
1 Gbps
OP Stack + Sunrise Data
6 Core
x86_64
32 GB
1 TB SSD
1 Gbps
Official Document
BeaconKit (option): By combining BeaconKit and Rollkit, EVM compatible L2 blockchain is possible to develop.
Last updated