GithubHelp home page GithubHelp logo

liqnft / candy-shop Goto Github PK

View Code? Open in Web Editor NEW
139.0 4.0 81.0 4.32 MB

Ethereum, Polygon, Solana NFT Marketplace JS Library

Home Page: https://candyshop.space

License: Other

TypeScript 88.30% HTML 0.12% Less 10.18% JavaScript 0.30% Shell 1.10%
solana nft marketplace auctions storefront

candy-shop's Introduction

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.

Release Download Release Download

Candy Shop Marketplace

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.

npm install @liqnft/candy-shop

or

yarn add @liqnft/candy-shop

Release Notes

Check out the release notes here.

candy-shop's People

Contributors

ahsan8244 avatar beepsaidblue avatar broskicodes avatar david30907d avatar dependabot[bot] avatar dongnguyenltqb avatar gaitz avatar havincy avatar khacyle avatar neversaynever0502 avatar rustysol avatar uday1331 avatar vanminh1701 avatar vanminhtran avatar vuvu2259 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

candy-shop's Issues

Transaction too large using custom SPL token

Hello! I've been trying out the project for the first time for that past couple of days. I've been able to get nfts listed so far, but when I try to purchase them with my custom SPL token, I get the following error Transaction too large: 1267 > 1232:

{err: Error: Transaction too large: 1267 > 1232
    at assert (http://localhost:1234/index.47330d7d.js:29…}
err: Error: Transaction too large: 1267 > 1232 at assert (http://localhost:1234/index.47330d7d.js:293038:27) at Transaction._serialize (http://localhost:1234/index.47330d7d.js:293408:9) at Transaction.serialize (http://localhost:1234/index.47330d7d.js:293389:21) at sendTx (http://localhost:1234/index.47330d7d.js:282880:102) at async buyAndExecuteSale (http://localhost:1234/index.47330d7d.js:282858:29) at async CandyShop.buy (http://localhost:1234/index.47330d7d.js:283006:24)
message: "Transaction too large: 1267 > 1232"
stack: "Error: Transaction too large: 1267 > 1232\n    at assert (http://localhost:1234/index.47330d7d.js:293038:27)\n    at Transaction._serialize (http://localhost:1234/index.47330d7d.js:293408:9)\n    at Transaction.serialize (http://localhost:1234/index.47330d7d.js:293389:21)\n    at sendTx (http://localhost:1234/index.47330d7d.js:282880:102)\n    at async buyAndExecuteSale (http://localhost:1234/index.47330d7d.js:282858:29)\n    at async CandyShop.buy (http://localhost:1234/index.47330d7d.js:283006:24)"
[[Prototype]]: Object
[[Prototype]]: Object

The store is on mainnet-beta

Here's my config:

// publickKey.ts
export const CREATOR_ADDRESS = '4AQHWYvT647XtdoW7KcVzjEwG3ZqmMDhBpZ316yJWrTp';
export const TREASURY_MINT = 'DKzkt1r6QctnQFx5hMnGomcMimXqVfAyBhMcoKHcBiNK';

// CandyShopContent.tsx
{
        currencySymbol: '$ROUNDIE',
        currencyDecimals: 0,
        priceDecimals: 0,
        volumeDecimals: 1
}

And here's my fork of this project with this behavior: https://github.com/the-roundies/candy-shop

Any clues as to what might be going wrong?

Rarity score

Feature request to add rarity score from known NFT collections

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.