https://github.com/qedk/demo-ntt-connect
https://github.com/qedk/demo-ntt-connect
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qedk/demo-ntt-connect
- Owner: QEDK
- License: other
- Created: 2024-11-21T07:29:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-24T23:18:11.000Z (over 1 year ago)
- Last Synced: 2025-03-19T09:47:29.957Z (over 1 year ago)
- Language: TypeScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Wormhole NTT Connect demo
This project sets up a Vite-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** or **yarn**
## Setup
### 1. Clone the Repository
First, clone the repository to your local machine:
```bash
git clone https://github.com/wormhole-foundation/demo-ntt-connect.git
cd demo-ntt-connect
```
### 2. Download Dependencies
Make sure to install all required dependencies using `npm` or `yarn`:
```bash
# Using npm
npm install
# Or using yarn
yarn
```
```
### 3. Adjust WormholeConnectConfig
Adjust the `WormholeConnectConfig` in `App.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
Finally, run your application:
```bash
yarn dev
```
or, if using npm:
```bash
npm run dev
```