| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Group expense splitter with instant on-chain settle. Track shared expenses in a group, see who owes whom, and settle any balance in cUSD or USDC via MiniPay in one tap.
Built for Celo, ships as a MiniApp for Opera's MiniPay wallet.
No intermediary. Balances live in a smart contract on Celo. Settlement is a real wallet-to-wallet stablecoin transfer.
Live on Celo mainnet.
splitpay/ ├── apps/ │ ├── contracts/ Hardhat project (SplitPay.sol + tests + deploy) │ └── web/ Next.js MiniApp frontend ├── package.json Root workspace └── turbo.json Turborepo pipeline
pnpm install
pnpm dev # starts Next.js dev server on :3000
pnpm contracts:test # runs Hardhat testsTestnet:
pnpm contracts:deploy:celo-sepoliaMainnet:
pnpm contracts:deploy:celoBuilt as an entry for Celo Proof of Ship, Celo's monthly builder program. Group expense splitting is a real daily use-case that fits MiniPay perfectly (peer-to-peer stablecoin transfers between people who already know each other).
| Back | FazBrowse Home | New Git URL |