SharePay is a decentralized bill-splitting app powered by Ethereum. Create group expenses, add participants, and pay your share — all from your wallet. Perfect for roommates, friends, and crypto-native communities.
- 🧾 Create and share bills with ETH
- 👥 Add multiple participants (including yourself)
- 🔗 Wallet-based login (Wagmi + RainbowKit)
- 🦄 Pay your share directly from your connected wallet
- 🚫 "Pay Now" button is disabled if wallet not connected
- 🔐 On-chain transparency and ownership
- Frontend: React + Tailwind CSS
- Web3: ethers.js + Wagmi + RainbowKit
git clone https://github.com/OperaCode/SharePay.git
cd sharepay
npm install
npm run dev