Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.56 KB

🧪 zktestnet.fyi 🏗️

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

High level description

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

Install locally

Before you need:

3 steps

  1. run helm install zk-testnet ./chart to install the app
  2. redirect everything for *.testnet.local to localhost (e.g. editing /etc/hosts)
  3. 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!

Contributing

Feel free to dive in and fork, there are already some improvements/fixes to be made!

Open an issue, start a discussion or submit a PR