Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liqnft/candy-shop
Ethereum, Polygon, Solana NFT Marketplace JS Library
https://github.com/liqnft/candy-shop
auctions marketplace nft solana storefront
Last synced: 5 days ago
JSON representation
Ethereum, Polygon, Solana NFT Marketplace JS Library
- Host: GitHub
- URL: https://github.com/liqnft/candy-shop
- Owner: LIQNFT
- License: other
- Created: 2022-03-03T07:51:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T16:29:53.000Z (over 1 year ago)
- Last Synced: 2025-01-30T09:08:58.887Z (5 days ago)
- Topics: auctions, marketplace, nft, solana, storefront
- Language: TypeScript
- Homepage: https://candyshop.space
- Size: 4.22 MB
- Stars: 149
- Watchers: 3
- Forks: 86
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Candy Shop: NFT Marketplace JS Library
Candy Shop is an open source JavaScript library that allows anyone to launch an NFT marketplace on Ethereum, Polygon and/or Solana in minutes.
- [Website](https://candyshop.space)
- [Documentation](https://liqnft.gitbook.io/docs/candy-shop/)
- [Starter Repo](https://github.com/LIQNFT/candy-shop-storefront) (React app with various shop configurations out of the box)
- [Demo](https://master.d22tqykss69onq.amplifyapp.com/) (corresponds to code in `/example` folder)
- [Support](https://discord.gg/vBBFrRznNK)
- [Contribute](https://github.com/LIQNFT/candy-shop/wiki/Contribute-to-Candy-Shop)[![Release](https://img.shields.io/npm/v/@liqnft/candy-shop?label=@liqnft/candy-shop&color=blueviolet)](https://github.com/LIQNFT/candy-shop/tags)
[![Download](https://img.shields.io/npm/dm/@liqnft/candy-shop?label=Downloads&color=blueviolet)](https://www.npmjs.com/package/@liqnft/candy-shop)
[![Release](https://img.shields.io/npm/v/@liqnft/candy-shop-sdk?label=@liqnft/candy-shop-sdk&color=yellow)](https://github.com/LIQNFT/candy-shop/tags)
[![Download](https://img.shields.io/npm/dm/@liqnft/candy-shop-sdk?label=Downloads&color=yellow)](https://www.npmjs.com/package/@liqnft/candy-shop-sdk)## Why Candy Shop?
- **Open Source.** Built by developers for developers.
- **Decentralized.** Support the decentralized movement. NFT transactions are on-chain and powered by Metaplex auction house program.
- **Easy to Integrate.** Create a fully functional marketplace in minutes.
- **Serverless.** No need to maintain your own backend to have a performant marketplace
- **Seamless User Experience.** Provide a simple and user friendly experience for browsing, buying and selling NFTs.
- **Lower Fees for Buyers.** Users save on fees when they transact on your marketplace.
- **Get a Share of Fees.** Earn 20% of the 1% transaction fee.
- **More Visibility.** Your NFT listings will be showcased on LIQNFT.com, giving your project better visibility while still retaining control and ownership of your own marketplace.## Key Features
- Basic SOL/MATIC marketplace
- Custom SPL/ERC20 token marketplace
- Multi-currency marketplace (e.g. SOL + SPL token)
- Multi-collection marketplace
- Fully customized marketplace
- NFT auctions
- Verified NFT collections
- Search for NFTs
- Edition NFT drop
- Pay with credit card [in beta]## Install Candy Shop
To get started, please [refer to the docs](https://liqnft.gitbook.io/docs/candy-shop/getting-started).
```bash
npm install @liqnft/candy-shop
```or
```bash
yarn add @liqnft/candy-shop
```## Release Notes
Check out the release notes [here](https://github.com/LIQNFT/candy-shop/tags).