Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowFi

DeFi Payment Streaming on Stellar

Programmable, real-time payment streams and recurring subscriptions.

Overview

FlowFi allows users to create continuous payment streams and recurring subscriptions using stablecoins on the Stellar network. By leveraging Soroban smart contracts, FlowFi enables autonomous accurate-to-the-second distribution of funds.

Features

  • Real-time Streaming: Pay by the second for services or salaries.
  • Recurring Subscriptions: Automate monthly or weekly payments.
  • Soroban Powered: Secure and efficient execution on Stellar's smart contract platform.

Project Structure

flowfi/
├── backend/              # Express.js + TypeScript backend
├── contracts/            # Soroban smart contracts
│   ├── stream_contract/  # Core streaming logic
├── frontend/             # Next.js + Tailwind CSS frontend

Getting Started

Prerequisites

  • Node.js & npm
  • Rust & Cargo
  • Stellar CLI (optional but recommended)

Backend

cd backend
npm install
npm run dev

Frontend

cd frontend
npm install
npm run dev

Smart Contracts

cd contracts
cargo build --target wasm32-unknown-unknown --release

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages