- Connect to Phantom wallet
- View wallet balance and transactions
- View market cap and trend via Okx Dex Market API
- React
- TypeScript
- Tailwind CSS
- Shadcn UI
- Vite
- Solana Web3.js
- React Query
-
Clone the repository
git clone https://github.com/tmanas06/web3-trade-ai.git
-
Install dependencies
npm install --legacy-peer-deps
-
Create a
.env
file inside theserver/
folder with the following content:# OKX API credentials OKX_API_KEY= OKX_SECRET= OKX_PASSPHRASE=
-
Run the server
cd server node proxy.js
-
Run the development server
npm run dev