https://github.com/swarnendug07/trading-bot
https://github.com/swarnendug07/trading-bot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swarnendug07/trading-bot
- Owner: SwarnenduG07
- Created: 2024-06-01T13:10:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T19:41:30.000Z (11 months ago)
- Last Synced: 2024-06-02T20:15:16.593Z (11 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoinDcx trading-bot
This is a bot which will work one & Only when there is a arbitraj on XAI or SOL on CoinDcxTo install dependencies:
```bash
bun install
```To run:
```bash
npx tsc
bun dist/index.js
```This project was created using `bun init` in bun v1.1.8. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.