A simple ZK Rollup as a Service - create shareable short lived zk rollups in 1-click!
Based on Kubernetes, AWS and Blockscout
Currently supporting only zkSync Era
A simple API to spawn the infra required to run the rollup:
- L1 network
- L1 explorer
- L2 network
- L2 explorer
A simple frontend to interact with the API
Architecture below
Before you need:
3 steps
- run
helm install zk-testnet ./chart
to install the app - redirect everything for
*.testnet.local
to localhost (e.g. editing/etc/hosts
) - forward the traffic from your k8s cluster to localhost
minikube tunnel
Then browse at http://testnet.local and start creating as many rollups as you need!
Feel free to dive in and fork, there are already some improvements/fixes to be made!