This project sets up a Next.js React TypeScript application and integrates it with the Wormhole Connect SDK.
Ensure you have the following installed on your system:
- Node.js & TypeScript
- Yarn
First, clone the repository to your local machine:
git clone https://github.com/wormhole-foundation/demo-ntt-connect.git
cd demo-ntt-connectInstall all required dependencies using Yarn:
yarnAdjust the WormholeConnectConfig in src/app/page.tsx based on the deployment.json file from your NTT deployment. This configuration is essential to ensure proper integration with your deployment environment.
Start the development server:
yarn dev- Use a private RPC for mainnet, to prevent timeouts