A cross-chain NFT app built on Hyperlane.
# Install dependencies
yarn
# Build source and generate types
yarn build
# Start the Next dev server
yarn dev
# Run all unit tests
yarn test
# Lint check code
yarn lint
For more information, see the Hyperlane documentation.