Skip to content

FTPgauge/SwarmFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwarmFlow

AI-powered crypto execution + gas optimization assistant

MVP build – early stage prototype

Features

  • 🔥 Gas optimization suggestions
  • ⏱️ Execution timing recommendations
  • 💼 Wallet tracking (basic)
  • 📊 Live market feed (WIP)

Built with

  • Node.js + Express
  • Drizzle ORM + PostgreSQL
  • AI-assisted development (Shoutout to Surf.ai, as well as VScode AI models! <3 )

Getting Started

Prerequisites

  • Node.js (v14+)
  • PostgreSQL
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/FTPgauge/SwarmFlow.git
cd SwarmFlow
  1. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env
  1. Update .env with your configuration (database URL, API keys, etc.)

  2. Start the application:

npm start

For development with auto-reload:

npm run dev

Project Structure

  • schema.js - Database schema definitions (Drizzle ORM)
  • package.json - Dependencies and scripts
  • .env.example - Environment variables template

License

MIT

Status

This is an MVP (Minimum Viable Product) and is currently in early development stages.

Releases

No releases published

Packages

 
 
 

Contributors