Turn Future Rental Income Into Instant Capital
FlowFundr is a hackathon project that enables property owners to sell their future rental income at a discount to investors. Built using Request Network's ERC20 Transferable Receivable standard on Sepolia testnet.
-
Property Owners
- Connect wallet
- Input annual rental income
- Set discount rate
- Create rental income package
-
Investors
- Browse available packages
- See potential returns
- Purchase packages using Sepolia ETH
- Receive NFT representing future rental payments
- Frontend: Next.js 14 (App Router)
- Blockchain:
- Request Network (ERC20 Transferable Receivable)
- Wagmi v2 / Viem
- Ethers.js
- Database: MongoDB
- Styling: Tailwind CSS
- Install dependencies:
npm install- Set up environment variables:
# .env.local
MONGODB_URI=your_mongodb_connection_string
NEXT_PUBLIC_ERC20_CONTRACT_ADDRESS=your_contract_address- Run development server:
npm run dev- MetaMask or other Web3 wallet
- Sepolia testnet ETH
- MongoDB database
This is a hackathon project demonstrating the use of Request Network for tokenizing and trading future rental income streams.
MIT