create-lz-oapp

0.4.0 • Public • Published

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", "yarn", "pnpm", "bun")
  -h, --help                   display help for command

Readme

Keywords

Package Sidebar

Install

npm i create-lz-oapp

Weekly Downloads

77

Version

0.4.0

License

MIT

Unpacked Size

1.15 MB

Total Files

4

Last publish

Collaborators

  • layerzero-bot