Programmable payroll app to automate payments and track payments using Streamflow.
- ✅ Automate salary payments via Streamflow
- ✅ Track and manage worker payments
- ✅ Add and manage employees
- ✅ Use on TestNet or DevNet (support for USDC only for now)
- ✅ Secure and transparent transaction history
- ✅ View Contract details and some stats
- ✅ Smart accounts - log in with socials and fund wallet
- 🚀 Multi-chain support for payments
- 🚀 Multi-token (this is already set up)
- 🚀 Advanced analytics and reporting
- Frontend:
Next.js
&TypeScript
- Styling:
Styled Components
- Linting & Formatting:
ESLint
,Prettier
- Version Control & Hooks:
Husky
- Blockchain Integration: Streamflow Reown
Clone the repository and install dependencies:
git clone /~https://github.com/ceeriil/paystream.git
cd paystream
yarn install
Running thw Project
yarn dev # Start development server
yarn build # Build for production
yarn start # Run the production build