{"id":39564405,"url":"https://github.com/paycrest/zap","last_synced_at":"2026-01-18T07:12:16.913Z","repository":{"id":246712891,"uuid":"816323837","full_name":"paycrest/zap","owner":"paycrest","description":"A dApp for seamless crypto-to-fiat conversion, developed for the Onchain Summer Buildathon.","archived":false,"fork":false,"pushed_at":"2025-02-21T10:27:44.000Z","size":4385,"stargazers_count":22,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-21T11:29:34.307Z","etag":null,"topics":["crypto-fiat","dapp","hackathon","onchain","paycrest"],"latest_commit_sha":null,"homepage":"https://zap.paycrest.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paycrest.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":"2024-06-17T14:04:49.000Z","updated_at":"2025-02-21T10:27:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8807ec27-df24-462c-9363-4dd3e615f2ca","html_url":"https://github.com/paycrest/zap","commit_stats":null,"previous_names":["paycrest/zap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paycrest/zap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paycrest%2Fzap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paycrest%2Fzap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paycrest%2Fzap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paycrest%2Fzap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paycrest","download_url":"https://codeload.github.com/paycrest/zap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paycrest%2Fzap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28532757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["crypto-fiat","dapp","hackathon","onchain","paycrest"],"created_at":"2026-01-18T07:12:15.771Z","updated_at":"2026-01-18T07:12:16.900Z","avatar_url":"https://github.com/paycrest.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zap ![image](https://github.com/paycrest/zap/assets/87664239/152fa090-fea7-4553-ba98-1fd3bf9cb4b9)\n\n![Shield3](https://img.shields.io/badge/Shield3-0c0c0c?style=for-the-badge\u0026logo=shield3\u0026logoColor=white) ![Biconomy](https://img.shields.io/badge/Biconomy-ff4e17?style=for-the-badge\u0026logo=biconomy\u0026logoColor=white) ![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=nextdotjs\u0026logoColor=white) ![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-0f172a?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white) ![Viem](https://img.shields.io/badge/Viem-232225?style=for-the-badge\u0026logo=vue.js\u0026logoColor=white) ![Wagmi](https://img.shields.io/badge/Wagmi-1b1b1f?style=for-the-badge\u0026logo=wagmi\u0026logoColor=white) ![RainbowKit](https://img.shields.io/badge/RainbowKit-6e66ee?style=for-the-badge\u0026logo=rainbowkit\u0026logoColor=white)\n\nZap by Paycrest is a dApp developed for the [Onchain Summer Buildathon](https://onchain-summer.devfolio.co/). Our goal is to simplify the conversion of cryptocurrency to local currency by leveraging a decentralized liquidity protocol, we aim to provide a seamless and efficient user experience.\n\nCheck out our live demo at [zap.paycrest.io](https://zap.paycrest.io).\n\n## 🚀 Running Locally\n\nTo run Zap locally, follow these steps:\n\n```bash\ngit clone https://github.com/paycrest/zap.git\ncd zap\nnpm install\nnpm run dev\n```\n\nDon't forget to fill in the necessary variables in the `.env.local` file according to the template provided in [`.env.example`](.env.example).\n\nThen, visit [http://localhost:3000](http://localhost:3000) to start converting crypto to fiat.\n\n## 📚 How It Works\n\nZap streamlines the conversion process through a simple flow:\n\n1. **Create Order:** User creates an order on the [Gateway Smart Contract](https://github.com/paycrest/contracts) (escrow) through the Zap interface.\n2. **Aggregate:** Paycrest Protocol Aggregator indexes the order and assigns it to one or more [Provision Nodes](https://github.com/paycrest/provider) run by liquidity providers.\n3. **Fulfill:** The provisioning node automatically disburses funds to the recipient's local bank account or mobile money wallet via connections to payment service providers (PSP).\n\nFor more details, visit [paycrest.io](https://paycrest.io).\n\n### Zap is built on Paycrest Protocol\n\n| Before      | Now |\n| ----------- | ----------- |\n| ![image](https://github.com/paycrest/zap/assets/87664239/73548ada-bde5-41f5-8af6-0f9f943c763f) | ![image](https://github.com/paycrest/zap/assets/87664239/495e166f-54cf-4951-9cdd-92b9357e8608) |\n\n\n## 🛠️ Technologies Used\n\n- [Shield3](https://shield3.com/) for OFAC compliance\n- [Biconomy](https://biconomy.io/) for gasless transactions\n\n## ⚠️ Disclaimer Notice\n\nThis application is for demo use only. Any transactions conducted within this app are for illustrative purposes.\n\nTherefore:\n\nWhile the app records real transactions, please exercise caution and do not use this app as is in a production environment. Use at your own risk. The developers are not responsible for any issues or damages that may arise from the use of this app.\n\n## 📄 License\n\nThis project is licensed under the [Affero General Public License v3.0](LICENSE).\n\n\u003c!--\n\n![dark-mode-logo](https://github.com/paycrest/zap/assets/87664239/b325a355-2d9e-4e22-96be-0a7cb77722c8)\n\n![light-mode-logo](https://github.com/paycrest/zap/assets/87664239/73e4f426-5da9-4e4e-aab2-b7f995fea8f1)\n\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaycrest%2Fzap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaycrest%2Fzap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaycrest%2Fzap/lists"}