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
- npm
First, clone the repository to your local machine:
git clone https://github.com/wormhole-foundation/demo-ntt-connect.git
cd demo-ntt-connect
Install all required dependencies using npm:
npm install
Adjust 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:
npm run dev
- Use a private RPC for mainnet, to prevent timeouts