{"id":49348390,"url":"https://github.com/ceeriil/paystream","last_synced_at":"2026-04-27T08:33:08.275Z","repository":{"id":272372012,"uuid":"916373339","full_name":"ceeriil/paystream","owner":"ceeriil","description":"Programmable payroll app to automate payments and track payments ","archived":false,"fork":false,"pushed_at":"2025-03-28T18:25:58.000Z","size":33126,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:32:33.366Z","etag":null,"topics":["dapp","reown","solana","streamflow"],"latest_commit_sha":null,"homepage":"https://paystreamfi.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceeriil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-14T00:57:07.000Z","updated_at":"2025-03-21T13:33:52.000Z","dependencies_parsed_at":"2025-01-14T02:25:01.397Z","dependency_job_id":"15517404-3306-43b0-a6e6-ff56cd976523","html_url":"https://github.com/ceeriil/paystream","commit_stats":null,"previous_names":["ceeriil/paystream"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ceeriil/paystream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceeriil%2Fpaystream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceeriil%2Fpaystream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceeriil%2Fpaystream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceeriil%2Fpaystream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceeriil","download_url":"https://codeload.github.com/ceeriil/paystream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceeriil%2Fpaystream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dapp","reown","solana","streamflow"],"created_at":"2026-04-27T08:33:07.571Z","updated_at":"2026-04-27T08:33:08.263Z","avatar_url":"https://github.com/ceeriil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Paystream\n\nProgrammable payroll app to automate payments and track payments using **Streamflow**.\n\n## 🎥 Demo\n\n![Watch the demo](https://paystreamfi.vercel.app/img/demo.mov)\n\n## ✨ Features (MVP)\n\n- ✅ Automate payments via **Streamflow**\n- ✅ Track and manage payments\n- ✅ Add and manage employees\n- ✅ Use on TestNet or DevNet (support for USDC only for now)\n- ✅ Secure and transparent transaction history\n- ✅ View Contract details and some stats\n- ✅ Smart accounts - log in with socials and fund wallet\n\n## 🔮 Future Enhancements\n\n- 🚀 Multi-chain support for payments\n- 🚀 Multi-token (this is already set up)\n- 🚀 Advanced analytics and reporting\n\n---\n\n## ⚡ Tech Stack\n\n- **Frontend:** [`Next.js`](https://nextjs.org/) \u0026 [`TypeScript`](https://typescriptlang.org/)\n- **Styling:** [`Styled Components`](https://styled-components.com/)\n- **Linting \u0026 Formatting:** [`ESLint`](https://eslint.org/), [`Prettier`](https://prettier.io/)\n- **Version Control \u0026 Hooks:** [`Husky`](https://github.com/typicode/husky)\n- **Blockchain Integration:** [Streamflow](https://streamflow.finance/) [Reown](https://reown.com/)\n\n---\n\n## 🛠️ Getting Started\n\n### 🏰 Installation\n\nClone the repository and install dependencies:\n\n```sh\ngit clone https://github.com/ceeriil/paystream.git\ncd paystream\nyarn install\n```\n\n### 🚀 Running the Project\n\n```sh\nyarn dev     # Start development server\nyarn build   # Build for production\nyarn start   # Run the production build\n```\n\n### 🔧 Environment Variables Setup\n\nBefore running the project, you need to set up your environment variables.\n\n1. Copy `.env.example` to `.env` or `.env.local`:\n\n   ```sh\n   cp .env.example .env\n   ```\n\n2. Populate the environment variables with the necessary credentials:\n\n   - **Reown Project ID**: To get a `NEXT_PUBLIC_PROJECT_ID`, go to [Reown](https://reown.com), create a project, and obtain the project ID.\n   - **Helius RPC**: Obtain your Helius RPC URL by creating an account on [Helius](https://helius.dev) and generating an RPC endpoint. Alternatively, you can use another Solana RPC provider.\n   - **Firebase Config**: Get your Firebase environment variables by creating a project on [Firebase](https://firebase.google.com). If you are working in a test or development environment, you can use the Firebase emulator instead.\n\n### 📝 Environment Variables File (`.env`)\n\n```\nNEXT_PUBLIC_PROJECT_ID=\"reown project id\"\nNEXT_PUBLIC_HELIUS_MAINNET_RPC=\"\"\nNEXT_PUBLIC_HELIUS_DEVNET_RPC=\"\"\nNEXT_PUBLIC_ETH_ALCHEMY_SEPOLIA_RPC=\"\"\nNEXT_PUBLIC_ETH_ALCHEMY_MAINNET_RPC=\"\"\n\nNEXT_PUBLIC_FIREBASE_API_KEY=\"\"\nNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=\"\"\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=\"\"\nNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=\"\"\nNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=\"\"\nNEXT_PUBLIC_FIREBASE_APP_ID=\"\"\nGOOGLE_APPLICATION_CREDENTIALS=\"\"\nFIREBASE_SERVICE_ACCOUNT_KEY=\"\"\n```\n\nIf you encounter any issues, feel free to contact me for support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceeriil%2Fpaystream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceeriil%2Fpaystream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceeriil%2Fpaystream/lists"}