create-lz-oapp
Create LayerZero OApp
The easiest way to get started with LayerZero smart contract development. This CLI tool enables you to quickly start building on top of LayerZero omnichain interoperability protocol. To get started, use the following command:
npx create-lz-oapp@latest
yarn create lz-oapp
pnpm create lz-oapp
bunx create-lz-oapp
CLI options
The list of available options is available by using --help
CLI flag:
npx create-lz-oapp@latest --help
Create LayerZero OApp with one command
Options:
-V, --version output the version number
--ci Run in CI (non-interactive) mode (default: false)
-d,--destination <path> Project directory
-e,--example <name> Example project (choices: "oft", "oapp")
--log-level <level> Log level (choices: "error", "warn", "info", "http", "verbose", "debug", "silly", default: "info")
-p,--package-manager <name> Node package manager to use (choices: "npm", "yarn", "pnpm", "bun")
-h, --help display help for command