Compare commits
2 Commits
89cfa35997
...
9e03b6a7a5
@@ -83,7 +83,7 @@ mantle-ai-trader/
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/yourusername/mantle-ai-trader.git
|
git clone https://github.com/roman-ryzenadvanced/mantle-ai-trader.git
|
||||||
cd mantle-ai-trader
|
cd mantle-ai-trader
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
@@ -265,7 +265,7 @@ This project is built for the Mantle Turing Test Hackathon:
|
|||||||
|
|
||||||
## 📞 Support
|
## 📞 Support
|
||||||
|
|
||||||
- GitHub Issues: [Report a bug](https://github.com/yourusername/mantle-ai-trader/issues)
|
- GitHub Issues: [Report a bug](https://github.com/roman-ryzenadvanced/mantle-ai-trader/issues)
|
||||||
- Telegram: [Mantle Hackathon Chat](https://t.me/MantleTuringTestHackathon)
|
- Telegram: [Mantle Hackathon Chat](https://t.me/MantleTuringTestHackathon)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
2
bun.lock
2
bun.lock
@@ -41,7 +41,6 @@
|
|||||||
"@reactuses/core": "^6.0.5",
|
"@reactuses/core": "^6.0.5",
|
||||||
"@tanstack/react-query": "^5.82.0",
|
"@tanstack/react-query": "^5.82.0",
|
||||||
"@tanstack/react-table": "^8.21.3",
|
"@tanstack/react-table": "^8.21.3",
|
||||||
"@types/uuid": "^11.0.0",
|
|
||||||
"axios": "^1.17.0",
|
"axios": "^1.17.0",
|
||||||
"chromadb-client": "^2.4.6",
|
"chromadb-client": "^2.4.6",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
@@ -81,6 +80,7 @@
|
|||||||
"@tailwindcss/postcss": "^4",
|
"@tailwindcss/postcss": "^4",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
|
"@types/uuid": "^11.0.0",
|
||||||
"bun-types": "^1.3.4",
|
"bun-types": "^1.3.4",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "^16.1.1",
|
"eslint-config-next": "^16.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user