Getting Started
monea-cli is a command line tool for managing, running, and deploying any configuration of rollups.
Since I wrote the initial Monea CLI demo, we've changed the way we think about Appchain development. The specs for Monea's tooling has also evolved with the times. Some of the ref docs here will remain familiar, but there are plenty more features to come! – Jacob D. Castro, CEO (July 17th, 2024)
Please note this CLI is NON-FUNCTIONAL. It is just a basic
println()
demo for what is to come.monea-cli
WILL not run or deploy any containers on your machine. You can play around at-will
Installing
Usage
For more info, view the CLI reference docs or check out the Github Repo. :)
Examples
To spin up a local and default Polygon zkEVM CDK chain setup:
To deploy a public cloud optimium L3 (rolls up into Base L2) with Celestia data availability onto Monea Cloud:
To create 2 template setups and run each locally at the same time:
Last updated