🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

create-lz-oapp

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
d

create-lz-oapp

Create LayerZero OApp with one command

0.7.2
latest
77

Supply Chain Security

100

Vulnerability

86

Quality

94

Maintenance

100

License

Version published
Weekly downloads
63
-52.63%
Maintainers
0
Weekly downloads
 
Created
Issues
24

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

FAQs

Package last updated on 15 Mar 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