rabbitprincess / builderism

build your mainnet using op stack!
MIT License
24 stars 4 forks source link
l2 op-stack optimism optimism-tutorial rollup

Builderism

User-friendly builder for launch your optimism node

It support 4 steps to operate OP Stack node Name Description Command
init deploy bridge contracts and generate l2 configs. make init
run run optimism node using generated configs. make run
scan run blockchain explorer using blockscout. make scan
bridge transfer eth and tokens between L1 and L2. make bridge

Prerequisite

Quick Start

  1. Clone this repository git clone https://github.com/rabbitprincess/builderism.git
  2. Check and select chain configuration in common.env and /envs/{server.env}
  3. Run Command in sequence to make init, make run, make scan, make bridge

Frequently Asked Questions

Q. I don`t have enough fee for faucet

Q. How long time does init take?

Q. Init failed with message 'Please try to change your RPC url to an archive node if the issue persists.'

Q. I want to change configuration not in ENV files.

Q. How can run replica node?

Q. When will additional features be supported?

Configuration

Directory

L1 chain

L2 chain

init node

run node