README.md

March 31, 2025 Β· View on GitHub

Imgur-Magic

About SuperUI

πŸš€ The Ultimate Ethereum & Superchain Development Playground

Introduction

SuperUI is an UI for Supersim that can simulate and run local chain or fork chain designed to make building on Superchain easier. We provide a user-friendly interface for testing, simulating, and debugging OP Stack applications. With SuperUI, you can fork networks, deploy smart contracts, and inspect chain stateβ€”all without relying solely on CLI commands. Our goal is to simplify the development process and support builders in creating seamless Superchain applications.

  • Fork Any Superchain L2 Clone OP Mainnet, Base, and more for testing.
  • Layer 2 Devnet Deploy new chains in seconds, no RPC setup required.
  • Pre-funded Test Accounts Skip the faucet; start testing immediately.
  • Developer tools built-in Compatible
  • Deploy Contract Simple contract deployment on local test network.
  • Contract Management view and call contract functions. with abi import.
  • Transaction History Track all your transactions.

Who is this for?

  • πŸ‘©πŸ»β€πŸ’» Smart Contract Devs – Test deployments instantly.
  • πŸ§‘πŸ»β€πŸŽ¨ Frontend Devs – Build UIs with real data.
  • πŸ§‘πŸ»β€πŸ”¬ Rollup Builders – Fine-tune network configurations.
  • πŸ§‘πŸ»β€πŸš€ Dapp Builders – Test your app on a real network.
  • πŸ§‘πŸ»β€πŸ’Ό Hackers & Experimenters – Play around without limits.

Installation via build from source

  1. Clone the repository
git clone https://github.com/Nerd3Lab/superUI
  1. Install dependencies
cd superUI
yarn install
  1. Build App
yarn package:all
  1. open app from /release/build
  • On macOs (Intel chip), mac folder (SuperUI)
  • On macOs (Apple chip), mac-arm64 folder (SuperUI)
  • On Windows x32, win-ia32-unpacked folder (superui.exe)
  • On Windows x64, win-unpacked folder (superui.exe)

Download

  • On macOs (Apple chip), install superUI with download link here
  • On macOs (Intel chip), install superUI with download link here
  • On Windows x64, install superUI with download link here
  • On Windows x32, install superUI with download link here