Socket
Socket
Sign inDemoInstall

create-lz-app

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-lz-app

Create LayerZero dApp with one command


Version published
Weekly downloads
46
increased by2200%
Maintainers
1
Weekly downloads
 
Created
Source

LayerZero

create-lz-app

NPM Version Downloads Snyk Vulnerabilities for npm package version NPM License

Create a production ready Next.js dApp with wallet connection and user balances out of the box. Include minimal configuration for fungible or non-fungible tokens to bootstrap a working bridge within minutes.

Usage

To get started with the interactive flow, run the cli tool via npx, then follow the steps to configure your bridge.

# Create a new project in my-lz-bridge-app directory
npx create-lz-app@latest ./my-lz-bridge-app

# Show all available options
npx create-lz-app --help

Name your project

? What is your project name? › my-lz-bridge-app

Select the type of token you'd like to configure. This version supports OFTs, Wrapped Tokens, and ONFTs from either the 721 or 1155 standard. For any token type you'll need just one contract address and chain pair. The cli tool will get the rest of your token configuration automatically.

? What kind of token would you like to add? › - Use arrow-keys. Return to submit.
❯   Add an OFT token
    Add an ONFT token
    Add a Wrapped token bridge
    I want to start with the default configuration

Building your bridge

When finished open your repo in the directory you provided. See the Example Bridge documentation for implementation details and how to further customize your bridge.

cd ./my-lz-bridge-app

FAQs

Package last updated on 29 Aug 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc