AI-powered crypto execution + gas optimization assistant
MVP build – early stage prototype
- 🔥 Gas optimization suggestions
- ⏱️ Execution timing recommendations
- 💼 Wallet tracking (basic)
- 📊 Live market feed (WIP)
- Node.js + Express
- Drizzle ORM + PostgreSQL
- AI-assisted development (Shoutout to Surf.ai, as well as VScode AI models! <3 )
- Node.js (v14+)
- PostgreSQL
- npm or yarn
- Clone the repository:
git clone https://github.com/FTPgauge/SwarmFlow.git
cd SwarmFlow- Install dependencies:
npm install- Set up environment variables:
cp .env.example .env-
Update
.envwith your configuration (database URL, API keys, etc.) -
Start the application:
npm startFor development with auto-reload:
npm run devschema.js- Database schema definitions (Drizzle ORM)package.json- Dependencies and scripts.env.example- Environment variables template
MIT
This is an MVP (Minimum Viable Product) and is currently in early development stages.