Web client for the splitter contract. Create splits, pay through them, park funds in escrow and distribute, all against Stellar testnet.
Live at https://tributary-omega.vercel.app.
You need the sdk built first, then:
cd sdk && npm install && npm run build
cd ../app && npm install
npm run dev
Transactions require the Freighter browser extension switched to Testnet. Reading splits works without a wallet.
Vite, React and TypeScript. Contract access goes through the tributary-sdk package in this repo, wallet signing through @stellar/freighter-api. No other runtime dependencies, no CSS framework.