You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-lz-oapp

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-lz-oapp

Create LayerZero OApp with one command

0.8.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

LayerZero

create-lz-oapp

NPM Version Downloads NPM License

Create LayerZero OApp Static Badge

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
# or
yarn create lz-oapp
# or
pnpm create lz-oapp
# or
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", "pnpm", "bun")
  -h, --help                   display help for command

Keywords

LayerZero

FAQs

Package last updated on 20 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts