0.2.6 • Published 9 months ago

create-lz-app v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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
0.2.1

10 months ago

0.2.6

9 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.2.0

11 months ago

0.0.11

11 months ago

0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.3

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago