{"id":23868311,"url":"https://github.com/thrishank/shopifyblinks","last_synced_at":"2026-04-13T21:31:46.601Z","repository":{"id":255514959,"uuid":"851273823","full_name":"thrishank/shopifyblinks","owner":"thrishank","description":"A No-Code tool to create Blinks (Blockchain Links) for your shopify products","archived":false,"fork":false,"pushed_at":"2024-10-22T20:30:59.000Z","size":75268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T21:02:59.426Z","etag":null,"topics":["blinks","commercejs","shopify","solana"],"latest_commit_sha":null,"homepage":"https://decommerce.shop","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thrishank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-02T19:11:26.000Z","updated_at":"2024-12-30T15:54:31.000Z","dependencies_parsed_at":"2024-10-23T04:00:17.554Z","dependency_job_id":null,"html_url":"https://github.com/thrishank/shopifyblinks","commit_stats":null,"previous_names":["thrishank/shopifyblinks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thrishank/shopifyblinks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrishank%2Fshopifyblinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrishank%2Fshopifyblinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrishank%2Fshopifyblinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrishank%2Fshopifyblinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thrishank","download_url":"https://codeload.github.com/thrishank/shopifyblinks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrishank%2Fshopifyblinks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blinks","commercejs","shopify","solana"],"created_at":"2025-01-03T11:19:17.905Z","updated_at":"2026-04-13T21:31:46.559Z","avatar_url":"https://github.com/thrishank.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://nextjs.org\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/thrishank/shopifyblinks/refs/heads/main/app/favicon.ico\"\u003e\n      \u003cimg alt=\"Next.js logo\" src=\"https://raw.githubusercontent.com/thrishank/shopifyblinks/refs/heads/main/app/favicon.ico\" height=\"128\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003ch1\u003eBlinkify\u003c/h1\u003e\n\n\u003c/div\u003e\n\nBlinkify is a Solana Dapp that integrates Shopify stores with Solana blockchain technology, allowing merchants to create Solana Blinks (Blockchain Links) for their products that can be teleported across the internet.\n\nWooCommerce Repo - https://github.com/thrishank/wooComblinks\n\n# Testing credentials\n\n```\naccess_token: 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\nshop: https://solanablinks.myshopify.com/\n```\n\n# Demo Video\n\n[![Demo Video](https://img.youtube.com/vi/yzXBa84oRiI/0.jpg)](https://www.youtube.com/watch?v=yzXBa84oRiI\u0026ab_channel=Thrishank)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- npm or yarn\n- Shopify store\n- Solana wallet\n\n### Installation\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/your-username/blinkify.git\ncd blinkify\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\nor\n\n```bash\nyarn install\n```\n\n3. Set up environment variables:\n\nCreate a `.env.local` file in the root directory and add the following variables:\n\n```\nDATABASE_URL=your_database_url\nENCRYPTION_KEY=your_encryption_key\nNEXTAUTH_SECRET=your_nextauth_secret\nNEXTAUTH_URL=http://localhost:3000\n```\n\n4. Run the development server:\n\n```\nnpm run dev\n```\n\nor\n\n```\nyarn dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n6. Create a shopify developement Store(dev stores already have some products so you can test the app easily) and create a access token as specified in the profile page\n\n## Project Structure\n\nThe project follows a typical Next.js structure with some additional directories:\n\n- `app/`: Contains the main application pages and API routes\n- `components/`: Reusable React components\n- `lib/`: Utility functions and type definitions\n- `prisma/`: Database schema and migrations\n\n## Key Components\n\n- Home page: Introduces Solana Blinks and their benefits\n- Products page: Displays Shopify products and allows Blink generation\n- Profile Page: Handles Merchant authentication and Shopify integration\n\n## Technologies Used\n\n- Next.js\n- React\n- TypeScript\n- Tailwind CSS\n- Prisma\n- NextAuth.js\n- Solana Web3.js\n- Solana Actions\n- Shopify API\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n# Todo\n\n- Host the blinks in our website. The blink url's become much more user friendly\n- Bug: Variants of the products price is not getting converted to USDC\n- Curreny changing page fix the NAN error\n\n- During the payment process if the reciever wallet address doesn't have any USDC, transaction failing. create a instruction to open the USDC ATA. Buyer will pay the fee ? research on this\n- If the blinks is already created then no need to generate again. Store the generated blinks in the database\n- Display the reciever wallet address during the blinks generation\n\n- Add Analatyics to the website. Total number of blinks created, total number of products sold via blinks, Total number of shopify stores connected, Total transaction volume done via blinks\n\n- add a pricing page free 10 blinks, create 2 blinks for 1$ plan, pay as you go plan\n- add database logic for this if they complete the free 10 blinks for their shopify webiste they shouldn't be login again and use\n- A public page where all the blinks are listed. People can buy the products using the blinks\n- Affilate marketing for the blinks. If a person refer a shopify store to use the blinks and they use the blinks then the person who refered will get 10% of the transaction fee\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrishank%2Fshopifyblinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrishank%2Fshopifyblinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrishank%2Fshopifyblinks/lists"}