{"id":48845508,"url":"https://github.com/ignaciogarcia-dev/walty","last_synced_at":"2026-04-15T05:02:52.460Z","repository":{"id":348663181,"uuid":"1198450108","full_name":"ignaciogarcia-dev/walty","owner":"ignaciogarcia-dev","description":"On-chain crypto payment platform for individuals and businesses.","archived":false,"fork":false,"pushed_at":"2026-04-12T21:29:28.000Z","size":930,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"production","last_synced_at":"2026-04-12T22:27:01.651Z","etag":null,"topics":["ethereum","payments-platform","polygon","privacy","reactjs","selfcustody","typescript","wallet"],"latest_commit_sha":null,"homepage":"https://walty.io","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/ignaciogarcia-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-01T12:43:01.000Z","updated_at":"2026-04-12T20:57:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ignaciogarcia-dev/walty","commit_stats":null,"previous_names":["ignaciogarcia-dev/walty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ignaciogarcia-dev/walty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciogarcia-dev%2Fwalty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciogarcia-dev%2Fwalty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciogarcia-dev%2Fwalty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciogarcia-dev%2Fwalty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignaciogarcia-dev","download_url":"https://codeload.github.com/ignaciogarcia-dev/walty/tar.gz/refs/heads/production","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciogarcia-dev%2Fwalty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31826907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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","payments-platform","polygon","privacy","reactjs","selfcustody","typescript","wallet"],"created_at":"2026-04-15T05:02:46.212Z","updated_at":"2026-04-15T05:02:52.441Z","avatar_url":"https://github.com/ignaciogarcia-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"public/readme/readme-banner.jpg\" alt=\"Walty\" /\u003e\n  \u003c/a\u003e\n\n  \u003ch1\u003eWalty\u003c/h1\u003e\n\n  \u003cp\u003eAccept and send crypto payments. For businesses and everyday people.\u003c/p\u003e\n\n  \u003cp\u003e\u003ca href=\"#quick-start\"\u003eGet Started\u003c/a\u003e · \u003ca href=\"#documentation\"\u003eDocumentation\u003c/a\u003e · \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\nWalty is a self-custodial crypto payment platform for EVM networks. It supports\npersonal wallets and business payment operations without a backend signer.\n\n## Current Product Surface\n\n### For businesses\n\n- Generate payment requests with a USD amount, payable in `USDC` on Polygon\n- Share QR codes or payment links with customers\n- Track payment status with on-chain reconciliation\n- Support split payments with multiple contributions\n- Invite cashiers with expiring invite links\n- Assign HD-derived cashier wallets and collect funds back to the owner wallet\n- Create and execute refund flows through transaction intents\n- Keep an audit trail for business actions\n\n### For people\n\n- Create or recover a non-custodial wallet\n- Send native tokens and ERC-20 tokens\n- Pay business payment requests\n- View a multichain portfolio\n- Manage contacts and username-based recipients\n- Track wallet activity\n\n## Supported Networks\n\nThe codebase supports:\n\n- Ethereum\n- Arbitrum\n- Base\n- Optimism\n- Polygon\n\nWhat users see in the UI is filtered by `NEXT_PUBLIC_ENABLED_CHAINS`. The\ndefault `.env.example` currently exposes Polygon only.\n\n## Wallet and Security Model\n\n- seed phrase generated locally in the browser\n- local wallet stored as an encrypted V3 payload\n- optional server-side backup stores the same encrypted payload shape\n- transaction signing happens client-side\n- JWT session stored in an `HttpOnly` cookie\n- CSP nonce and basic hardening headers set in `middleware.ts`\n\n## Quick Start\n\nRecommended local setup:\n\n```bash\ngit clone https://github.com/ignaciogarcia-dev/walty.git\ncd walty\n\ncp .env.example .env\ndocker compose -f compose.dev.yml up -d\n\npnpm install\npnpm db:migrate\npnpm dev\n```\n\nOpen `http://localhost:3000`.\n\nNotes:\n\n- `compose.dev.yml` starts only PostgreSQL for local development.\n- `docker-compose.yml` is a production-style app container and expects an\n  external PostgreSQL database.\n\n## Environment Variables\n\nRequired:\n\n- `DATABASE_URL`\n- `JWT_SECRET`\n\nRequired for blockchain-enabled usage:\n\n- `ALCHEMY_API_KEY`\n- `NEXT_PUBLIC_ALCHEMY_API_KEY`\n\nRequired for payment reconciliation:\n\n- `PAYMENTS_RECONCILE_SECRET`\n\nOptional:\n\n- `ANKR_API_KEY`\n- `COINGECKO_API_KEY`\n- `NEXT_PUBLIC_ENABLED_CHAINS`\n- `COOKIE_SECURE`\n\n## Documentation\n\n| File | Purpose |\n| --- | --- |\n| [docs/README.md](docs/README.md) | Public documentation index |\n| [docs/getting-started.md](docs/getting-started.md) | Setup and local run guide |\n| [docs/development.md](docs/development.md) | Development workflow and scripts |\n| [docs/architecture.md](docs/architecture.md) | High-level architecture summary |\n| [docs/repository-map.md](docs/repository-map.md) | Compact repository map |\n| [docs/roadmap.md](docs/roadmap.md) | Current priorities |\n\n## Development\n\nCommon commands:\n\n```bash\npnpm dev\npnpm lint\npnpm test:run\npnpm build\npnpm db:migrate\npnpm db:studio\n```\n\nFor the detailed workflow, read [docs/development.md](docs/development.md).\n\n## Contributing\n\nWalty uses an issue-first contribution model.\n\nCore rules:\n\n- non-trivial changes should start with an issue\n- one issue should map to one PR whenever possible\n- PRs should include scope, validation, and linked issue\n- structural changes should update the relevant docs\n\nStart here:\n\n- [CONTRIBUTING.md](CONTRIBUTING.md)\n- [docs/README.md](docs/README.md)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignaciogarcia-dev%2Fwalty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignaciogarcia-dev%2Fwalty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignaciogarcia-dev%2Fwalty/lists"}