{"id":49756690,"url":"https://github.com/gridcat/grcpay","last_synced_at":"2026-05-30T00:01:24.926Z","repository":{"id":356995901,"uuid":"451640199","full_name":"gridcat/grcpay","owner":"gridcat","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-26T13:32:22.000Z","size":4215,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-26T14:33:56.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gridcat.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-24T21:33:04.000Z","updated_at":"2026-05-26T13:40:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gridcat/grcpay","commit_stats":null,"previous_names":["gridcat/grcpay"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/gridcat/grcpay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridcat%2Fgrcpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridcat%2Fgrcpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridcat%2Fgrcpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridcat%2Fgrcpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gridcat","download_url":"https://codeload.github.com/gridcat/grcpay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridcat%2Fgrcpay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33675019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2026-05-10T22:13:55.899Z","updated_at":"2026-05-30T00:01:24.921Z","avatar_url":"https://github.com/gridcat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grcpay.gridcoin.club\n\n**Self-hosted Gridcoin payment facilitator — backend API + docs/demo frontend.**\n\nThis Nx monorepo houses everything that runs at [grcpay.gridcoin.club](https://grcpay.gridcoin.club): a privacy-first checkout helper that mints one-shot Gridcoin addresses for each customer order, monitors the blockchain for incoming payment, and forwards funds to the merchant.\n\n## Packages\n\n| Package | Description |\n|---|---|\n| [`packages/grcpay`](packages/grcpay) | Backend REST API (Express / TypeScript / Prisma + SQLite). Exposes `POST /wallets`, `GET /wallets/:address`, `GET /wallets/:address/qr`, `GET /rates`, `GET /status`. |\n| [`packages/grcpay-frontend`](packages/grcpay-frontend) | Public site at grcpay.gridcoin.club — Next.js docs, developer reference, an interactive \"create wallet\" demo, and an Integrations section for ecommerce plugins (WooCommerce first). |\n\n## Local development\n\nRequires Node 22.16.0 (see `.nvmrc`) and npm 10.9.0.\n\n```bash\n# Install root devDeps + Nx\nnpm install\n\n# Backend (port 7001)\ncd packages/grcpay \u0026\u0026 npm install \u0026\u0026 npm run dev\n\n# Frontend (port 3001) — separate terminal\ncd packages/grcpay-frontend \u0026\u0026 npm install \u0026\u0026 npm run dev\n```\n\nBackend can also be brought up via the shared `grc-infra` Docker Compose stack (uses `grc_wallet` for live RPC):\n\n```bash\ncd ../grc-infra \u0026\u0026 docker-compose up grcpay\n```\n\n## Workspace commands\n\nNx targets are wired up in each package's `project.json`. Run them across all packages from the repo root:\n\n```bash\nnpm run dev:typecheck     # nx run-many --target=typecheck --all\nnpm run dev:test:lint     # nx run-many --target=test:lint --all\nnpm run dev:test:unit     # nx run-many --target=test:unit --all\nnpm run dev:test          # unit + lint\n```\n\n## CI / Release\n\nCircleCI (`.circleci/config.yml`) runs lint + typecheck + unit + integration on every push, with `nx affected` gating per-package jobs. On `master`, `semantic-release-monorepo` cuts per-package versions:\n\n- Backend tags: `grcpay-vX.Y.Z` → builds \u0026 pushes `ghcr.io/gridcat/grcpay`\n- Frontend tags: `grcpay-frontend-vX.Y.Z` → builds \u0026 pushes `ghcr.io/gridcat/grcpay-frontend`\n\nTag-triggered workflows build the production Docker images and publish them to the GitHub container registry.\n\n## Env files (prod)\n\nThe production Compose stack (`grc-infra/prod-gridconin-club/docker-compose.yaml`) expects two env files on the host (not committed):\n\n- `grcpay.env` — backend secrets / RPC creds\n- `grcpay-frontend.env` — `NEXT_PUBLIC_*` overrides\n\n## License\n\nMIT — see [`LICENSE`](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridcat%2Fgrcpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgridcat%2Fgrcpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridcat%2Fgrcpay/lists"}