Project Details
What are you going to build?:
We want to build an open-source package that makes it trivial for any developer to spin up an OP stack rollup, both for development and production use.
The package would enable you to configure and run your own rollup infrastructure by running only two or three commands. It would use a single well-documented configuration file, and help you fill it via a command line wizard.
Additionally, the package would support spinning EIP-4337 account abstraction infrastructure (a bundler and a paymaster) and help you configure them so that you can automatically subsidize gas for transactions that match certain criteria (e.g. transactions to specific whitelisted contracts).
But wait! We also want to support using alternative data availability (DA) layers, by leveraging Celestia's modular DA hack of the OP stack. We also want to at least try to support (time allowing) alternatives op-nodes and execution engines, like magi, hildr and op-erigon.
We are greatly inspired by Kelvin's simple-optimism-node repo, which makes it easy for anybody to run their own Optimism node.