up
Showing
.DS_Store
0 → 100644
File added
LICENSE
0 → 100644
README.md
0 → 100644
next-env.d.ts
0 → 100644
next.config.ts
0 → 100644
package.json
0 → 100644
{ | |||
"name": "dex-dapp", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev --turbopack", | |||
"build": "next build", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"@rainbow-me/rainbowkit": "^2.2.1", | |||
"@tanstack/react-query": "^5.62.2", | |||
"antd": "^5.24.1", | |||
"axios": "^1.7.9", | |||
"dayjs": "^1.11.13", | |||
"ethers": "^6.13.4", | |||
"next": "15.0.3", | |||
"react": "19.0.0-rc-66855b96-20241106", | |||
"react-dom": "19.0.0-rc-66855b96-20241106", | |||
"react-tradingview-widget": "^1.3.2", | |||
"viem": "2.x", | |||
"wagmi": "^2.13.3" | |||
}, | |||
"devDependencies": { | |||
"@chakra-ui/cli": "^3.2.3", | |||
"@types/node": "^20", | |||
"@types/react": "^18", | |||
"@types/react-dom": "^18", | |||
"postcss": "^8", | |||
"tailwindcss": "3.3.1", | |||
"typescript": "^5" | |||
} | |||
} |
postcss.config.mjs
0 → 100644
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/tv-datafeed.js
0 → 100644
public/tv.js
0 → 100644
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
src/.DS_Store
0 → 100644
File added
src/app/favicon.ico
0 → 100644
25.3 KB
File added
src/app/fonts/GeistVF.woff
0 → 100644
File added
src/app/globals.css
0 → 100644
src/app/layout.tsx
0 → 100644
src/app/page.tsx
0 → 100644
src/components/Header.tsx
0 → 100644
src/components/OrderBook.tsx
0 → 100644
src/global.d.ts
0 → 100644
src/utils/BianceDatafeed.ts
0 → 100644
src/utils/api.ts
0 → 100644
src/wagmi.ts
0 → 100644
tailwind.config.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.