Skip to content

GayathriPCh/web3-trade-ai

Repository files navigation

Web3 Trading AI Platform Dashboard

Features

  • Connect to Phantom wallet
  • View wallet balance and transactions
  • View market cap and trend via Okx Dex Market API

Tech Stack

  • React
  • TypeScript
  • Tailwind CSS
  • Shadcn UI
  • Vite
  • Solana Web3.js
  • React Query

Setup

  1. Clone the repository

    git clone https://github.com/tmanas06/web3-trade-ai.git
  2. Install dependencies

    npm install --legacy-peer-deps
  3. Create a .env file inside the server/ folder with the following content:

    # OKX API credentials
    OKX_API_KEY=
    OKX_SECRET=
    OKX_PASSPHRASE=
  4. Run the server

    cd server
    node proxy.js
  5. Run the development server

    npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published