Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/texora/trading-bot-solana
Automated trading bot for Solana, optimizing strategies for high-frequency trading and real-time market analysis
https://github.com/texora/trading-bot-solana
bot market-analysis solana trading typescript
Last synced: 26 days ago
JSON representation
Automated trading bot for Solana, optimizing strategies for high-frequency trading and real-time market analysis
- Host: GitHub
- URL: https://github.com/texora/trading-bot-solana
- Owner: texora
- Created: 2024-09-23T18:28:10.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T19:27:49.000Z (4 months ago)
- Last Synced: 2025-01-16T17:42:16.943Z (29 days ago)
- Topics: bot, market-analysis, solana, trading, typescript
- Language: TypeScript
- Homepage:
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gravy-stack
Gravy is web3 boilerplate code that helps to bootstrap the creation of web3 bots on telegram.## Stacks
grammy
ethers
supabase## Contributors
## Little notes
```npx prisma db push``` to connect db```npx prsma generate``` to start using prisma client
```npx prisma studio``` to view database locally
```npm run dev``` to run bot