{"id":20389799,"url":"https://github.com/shawakash/paybox","last_synced_at":"2025-09-12T17:41:41.491Z","repository":{"id":216520672,"uuid":"741535554","full_name":"shawakash/payBox","owner":"shawakash","description":"\"Paytm Karo\" like but not in rupee, in crypto. Yes you read it correctly. Come and check. ","archived":false,"fork":false,"pushed_at":"2025-09-05T05:48:58.000Z","size":12598,"stargazers_count":8,"open_issues_count":11,"forks_count":2,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-09-05T13:02:17.828Z","etag":null,"topics":["ethereum","rpc","smart-contracts","solana","wallet","web3"],"latest_commit_sha":null,"homepage":"https://pay-box-web.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/shawakash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.MD","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["shawakash"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":"shawakash/payBox","otechie":null,"custom":null}},"created_at":"2024-01-10T15:45:37.000Z","updated_at":"2025-08-04T20:49:21.000Z","dependencies_parsed_at":"2024-01-23T14:27:06.203Z","dependency_job_id":"8241fa9f-3d9d-4c76-8048-e2ea76427fd2","html_url":"https://github.com/shawakash/payBox","commit_stats":null,"previous_names":["shawakash/paybox"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/shawakash/payBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawakash%2FpayBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawakash%2FpayBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawakash%2FpayBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawakash%2FpayBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shawakash","download_url":"https://codeload.github.com/shawakash/payBox/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawakash%2FpayBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274848173,"owners_count":25360981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["ethereum","rpc","smart-contracts","solana","wallet","web3"],"created_at":"2024-11-15T03:19:45.564Z","updated_at":"2025-09-12T17:41:41.456Z","avatar_url":"https://github.com/shawakash.png","language":"TypeScript","funding_links":["https://github.com/sponsors/shawakash","https://issuehunt.io/r/shawakash/payBox"],"categories":[],"sub_categories":[],"readme":"# PayBox - A Next-Generation Crypto Payment and Wallet System\n\n![Preview](./statics/preview.png)\n\nPayBox is an innovative crypto payment and wallet system that indexes cryptocurrency addresses for their transactions and provides real-time audio notifications, such as \"Received 1 SOL\". This project aims to simplify cryptocurrency transactions and provide a user-friendly interface for managing digital assets.\n\n## Features\n\n- Multi-chain support (Solana, Ethereum, Bitcoin)\n- Real-time transaction notifications\n- Secure wallet management\n- Token creation and management (for Solana)\n- Transaction history and analytics\n- User-friendly interface\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (v14 or later)\n- [Yarn](https://yarnpkg.com/) package manager\n- [Turborepo](https://turbo.build/repo/docs) for monorepo management\n- [Solana CLI](https://docs.solana.com/cli/install-solana-cli-tools) (for Solana development)\n- [Anchor](https://project-serum.github.io/anchor/getting-started/installation.html) (for Solana smart contract development)\n\n## Project Structure\n\n- `packages/`: Shared packages and utilities\n  - `blockchain/`: Blockchain interaction logic\n  - `common/`: Shared types and utilities\n- `backend/`: Backend services\n  - `api/`: Main API service\n  - `backend-common/`: Shared backend utilities\n- `frontend/`: User interface applications\n\n## Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/shawakash/payBox.git\n   cd payBox\n   ```\n\n2. Install dependencies:\n   ```bash\n   yarn install\n   ```\n\n3. Set up environment variables:\n   - Copy `.env.example` to `.env` in relevant directories\n   - Fill in the required values\n\n4. Build the project:\n   ```bash\n   yarn build\n   ```\n\n5. Start the development servers:\n   ```bash\n   yarn dev\n   ```\n\n## Testing\n\nRun the test suite:\n\n```bash\nyarn test\n```\n\n## Deployment\n\nDeployment instructions are currently being developed. Please check back later for updates.\n\n## Security Considerations\n\n- Never commit or share private keys or sensitive information\n- Use environment variables for all sensitive configuration\n- Regularly update dependencies and apply security patches\n- Follow best practices for smart contract development and auditing\n- Implement proper access controls and input validation\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.\n\n## Documentation\n\n- [User Guide](docs/USER_GUIDE.md)\n- [API Documentation](docs/API.md)\n- [Smart Contract Documentation](docs/SMART_CONTRACTS.md)\n\n## Roadmap\n\n- [ ] Implement additional blockchain integrations\n- [ ] Enhance security features\n- [ ] Develop mobile applications\n- [ ] Integrate with popular DeFi protocols\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Contact\n\nFor questions or support, please open an issue or contact the maintainers at [email@example.com](mailto:email@example.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawakash%2Fpaybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshawakash%2Fpaybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawakash%2Fpaybox/lists"}