Skip to content

wormhole-foundation/demo-ntt-connect

Repository files navigation

Wormhole NTT Connect demo

This project sets up a Next.js React TypeScript application and integrates it with the Wormhole Connect SDK.

Prerequisites

Ensure you have the following installed on your system:

  • Node.js & TypeScript
  • npm

Setup

1. Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/wormhole-foundation/demo-ntt-connect.git
cd demo-ntt-connect

2. Download Dependencies

Install all required dependencies using npm:

npm install

3. Adjust WormholeConnectConfig

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.

4. Run the App

Start the development server:

npm run dev

5. Important Notes

  • Use a private RPC for mainnet, to prevent timeouts

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published