{"id":14971425,"url":"https://github.com/liqnft/candy-shop-storefront","last_synced_at":"2025-04-03T03:10:06.884Z","repository":{"id":37958666,"uuid":"472559049","full_name":"LIQNFT/candy-shop-storefront","owner":"LIQNFT","description":"Ethereum, Polygon \u0026 Solana NFT Storefront \u0026 Auctions","archived":false,"fork":false,"pushed_at":"2023-02-23T03:52:31.000Z","size":2030,"stargazers_count":125,"open_issues_count":3,"forks_count":110,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-03T03:10:00.039Z","etag":null,"topics":["auction","marketplace","nft","react","reactjs","solana","storefront"],"latest_commit_sha":null,"homepage":"https://candyshop.space","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LIQNFT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-03-22T00:27:27.000Z","updated_at":"2025-03-21T17:05:32.000Z","dependencies_parsed_at":"2024-01-13T18:08:53.357Z","dependency_job_id":null,"html_url":"https://github.com/LIQNFT/candy-shop-storefront","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIQNFT%2Fcandy-shop-storefront","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIQNFT%2Fcandy-shop-storefront/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIQNFT%2Fcandy-shop-storefront/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIQNFT%2Fcandy-shop-storefront/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIQNFT","download_url":"https://codeload.github.com/LIQNFT/candy-shop-storefront/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927835,"owners_count":20856198,"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","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":["auction","marketplace","nft","react","reactjs","solana","storefront"],"created_at":"2024-09-24T13:45:11.078Z","updated_at":"2025-04-03T03:10:06.849Z","avatar_url":"https://github.com/LIQNFT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Candy Shop Storefront\n\nEthereum, Polygon and Solana NFT storefront powered by [Candy Shop](https://github.com/LIQNFT/candy-shop).\n\n* [Docs](https://liqnft.gitbook.io/candy-shop/candy-shop/getting-started)\n* [Website](https://candyshop.space/)\n\nKey features:\n* ETH, MATIC, SOL, SPL and ERC20 token marketplace\n* SOL and SPL token NFT auctions\n* Marketplace with modal or single NFT view\n* NFT filtering, sort and search\n* Multi collection marketplace\n* Multi currency marketplace\n* Marketplace activity\n\n\u003cimg width=\"1363\" alt=\"Solana NFT Storefront\" src=\"https://user-images.githubusercontent.com/89616076/163665962-f8f9fa00-2143-4234-bb35-13955b55220e.png\"\u003e\n\n## One-Click Vercel Deployment\n\nOne-click solution to clone this project to your GitHub and deploy the prod package on a Vercel.\nYour only task will be to customize your GitHub fork of this project and commit updates.\nVercel will automatically deploy new prod packages for each new commit.\n\n**remember to select NodeJS \u003e v.16 for deployment**\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FLIQNFT%2Fcandy-shop-storefront\u0026env=REACT_APP_NETWORK,REACT_APP_RPC_HOST,REACT_APP_CANDY_SHOP_CREATOR_ADDRESS,REACT_APP_CANDY_SHOP_TREASURY_MINT,REACT_APP_CANDY_SHOP_PROGRAM_ID\u0026envDescription=Please%20refer%20to%20the%20README\u0026envLink=https%3A%2F%2Fgithub.com%2FLIQNFT%2Fcandy-shop-storefront\u0026demo-title=NFT%20Marketplace\u0026demo-description=Host%20your%20own%20marketplace%20with%20Candy%20Shop\u0026demo-url=https%3A%2F%2Fgithub.com%2FLIQNFT%2Fcandy-shop-storefront\u0026demo-image=https%3A%2F%2Fuser-images.githubusercontent.com%2F89616076%2F163665962-f8f9fa00-2143-4234-bb35-13955b55220e.png)\n\n\n\n## Setup\n\n### Prerequisites\n\n* Ensure you have both `nodejs` and `yarn` installed. `nodejs` recommended version is 16.\n\n### Installation\n\n#### 1. Fork the project \u0026 clone it. Example:\n\n```\ngit clone https://github.com/LIQNFT/candy-shop-storefront/\n```\n\n#### 2. Define your environment variables (.env file)\n\nRename the `.env.example` file at the root directory to `.env` and update the following variables in the `.env` file :\n\n```\nREACT_APP_CANDY_SHOP_CREATOR_ADDRESS=__PLACEHOLDER__\nREACT_APP_CANDY_SHOP_TREASURY_MINT=__PLACEHOLDER__\nREACT_APP_CANDY_SHOP_PROGRAM_ID=__PLACEHOLDER__\n```\nYou may get these parameters by creating a shop [here](https://candyshop.space).\n\n```\nREACT_APP_NETWORK=devnet\n```\n\nThis identifies the Ethereum, Polygon or Solana network you want to connect to. Options are:\n\n* Ethereum: `ETH` (mainnet) and `GOERLI` (testnet)\n* Polygon: `MATIC` (mainnet) and `MUMBAI` (testnet)\n* Solana: `mainnet-beta` (mainnet) and `devnet` (testnet)\n\n```\nREACT_APP_RPC_HOST=https://api.devnet.solana.com\n```\n\nThis identifies the RPC server your web app will access the Ethereum, Polygon or Solana network through.\n\n#### 4. Customize your storefront:\n\n##### 4.1 `App.css`: update 5 main CSS variables with your custom colors :\n\n```\n:root {\n  --main-background-color: #343A50;\n  --card-background-color: #804980;\n  --countdown-background-color: #433765;\n  --main-text-color:#F7F6F4;\n  --title-text-color:#3CBA8B;\n}\n```\n\nIf you are using a background image, make sure to update it by overwriting your own background PNG file in src/img folder.\n\n##### 4.2 `public` folder:\n\n- Update existing demo cool cats images (cool-cats.gif, logo.png) with your owns images in project `public` folder. Make sure to name them identically.\n\nThat's it! Enjoy your beautiful storefront!\n\n##  Available Commands Recap:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliqnft%2Fcandy-shop-storefront","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliqnft%2Fcandy-shop-storefront","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliqnft%2Fcandy-shop-storefront/lists"}