Monea
  • 🧱Welcome
  • What is Monea?
  • Rollup Legos
  • Monea CLI
    • Getting Started
    • Contributing
    • Reference
      • run
      • deploy
      • templates
        • templates new
        • templates list
        • templates delete
Powered by GitBook
On this page
  1. Monea CLI
  2. Reference
  3. templates

templates new

Creates a new template with any option, and gives it a name.

$ monea templates new --help
Create a new template

Usage: monea templates new [OPTIONS] --name <NAME>

Options:
  -n, --name <NAME>
          Template name
  -e, --execution <EXECUTION>
          Execution layer [possible values: op-stack, polygon-cdk, arb-orbit, rollkit, polaris]
  -s, --settlement <SETTLEMENT>
          Settlement layer [possible values: local, sepolia, ethereum-mainnet, base]
  -q, --sequencer <SEQUENCER>
          Sequencer [possible values: default, espresso]
  -d, --data-availability <DATA_AVAILABILITY>
          Data availability [possible values: default, celestia, eigen, avail]
  -h, --help
          Print help
PrevioustemplatesNexttemplates list

Last updated 10 months ago