Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 426 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 426 Bytes

Hyperlane Nft Example App

A cross-chain NFT app built on Hyperlane.

Setup

# Install dependencies
yarn

# Build source and generate types
yarn build

Development

# Start the Next dev server
yarn dev

Test

# Run all unit tests
yarn test

# Lint check code
yarn lint

Learn more

For more information, see the Hyperlane documentation.