DeFi Payment Streaming on Stellar
Programmable, real-time payment streams and recurring subscriptions.
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.
- 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.
flowfi/
├── backend/ # Express.js + TypeScript backend
├── contracts/ # Soroban smart contracts
│ ├── stream_contract/ # Core streaming logic
├── frontend/ # Next.js + Tailwind CSS frontend
- Node.js & npm
- Rust & Cargo
- Stellar CLI (optional but recommended)
cd backend
npm install
npm run devcd frontend
npm install
npm run devcd contracts
cargo build --target wasm32-unknown-unknown --releaseContributions are welcome! Please fork the repository and submit a pull request.
MIT