Giter VIP home page Giter VIP logo

candy-shop-storefront's People

Contributors

beepsaidblue avatar bert2002 avatar dependabot[bot] avatar m4thfr34k avatar rustysol 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  avatar  avatar  avatar

candy-shop-storefront's Issues

Build failed due to digital envelope routines unsupported error

when i try to create build using :

yarn run build

Below error show up

Error: error:0308010C:digital envelope routines::unsupported
--
01:54:09.741 | at new Hash (node:internal/crypto/hash:71:19)
01:54:09.741 | at Object.createHash (node:crypto:133:10)
01:54:09.741 | at module.exports (/vercel/path0/node_modules/webpack/lib/util/createHash.js:135:53)
01:54:09.741 | at NormalModule._initBuildHash (/vercel/path0/node_modules/webpack/lib/NormalModule.js:417:16)
01:54:09.741 | at handleParseError (/vercel/path0/node_modules/webpack/lib/NormalModule.js:471:10)
01:54:09.742 | at /vercel/path0/node_modules/webpack/lib/NormalModule.js:503:5
01:54:09.742 | at /vercel/path0/node_modules/webpack/lib/NormalModule.js:358:12
01:54:09.743 | at /vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:373:3
01:54:09.744 | at iterateNormalLoaders (/vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
01:54:09.744 | at iterateNormalLoaders (/vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:221:10)
01:54:09.744 | at /vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:236:3
01:54:09.744 | at runSyncOrAsync (/vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:130:11)
01:54:09.744 | at iterateNormalLoaders (/vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:232:2)
01:54:09.744 | at Array.<anonymous> (/vercel/path0/node_modules/loader-runner/lib/LoaderRunner.js:205:4)
01:54:09.745 | at Storage.finished (/vercel/path0/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16)
01:54:09.745 | at /vercel/path0/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9
error Command failed with exit code 1.

error starting the shop on devnet

Hello team, hope you are all good, here is my issue:
after creating and following the guide on retrieving the shop information adding them to .env file i ran yarn start and the test is running fine but when connection with the admin "Create Solana shop failed." and i receive the following error on

Here are the lines use in the .env file:
shopCreatorAddress: // Candy Shop owner address
treasuryMint: "So11111111111111111111111111111111111111112", // Candy Shop transaction currency
programId: , // Candy Shop program ID received from the main admin portal https://app.candyshop.space in the home directory under : shop address.
I think the shop address may be wrong

Using :
REACT_APP_NETWORK=devnet
REACT_APP_RPC_HOST=https://api.devnet.solana.com
Wallet created locally using solana keygen-new and imported in Phantom wallet using private key (shopCreatorAddress)
what do you think ?

Transactions Too Large on Custom Token Sale

On attempt to purchase nft listed for a custom token sale, transaction is too large. Attempted transaction is 1267 bytes with limit at 1232. It also reset the price on a new front-end from 200 of the custom token to 0. Regardless, erroring for transaction size.

Blank Screen

Deployed using Vercel Button but it just gives a blank screen. Also locally there are a lot of errors. Can you make a "release" so it is easier to use it ?

Wrong Mint Fee - getting unknown token

Hello, Thanks for the great work

I've been able to complete the setup.

But When i try to mint the wrong fee comes up, mint should be 1 sol.
When i go ahead, I get a success message but an unknown token in the wallet.

Screenshot 2022-06-16 at 8 10 40 PM

I can confirm that mint works from command line using this command:

ts-node ~/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts mint_one_token
-e devnet
-k ~/.config/solana/devnet.json
-c example

Please see my Config

{
"price": 1.0,
"number": 10,
"gatekeeper": null,
"solTreasuryAccount": "redacted",
"splTokenAccount": null,
"splToken": null,
"goLiveDate": "16 Jun 2022 18:50:00 GMT",
"endSettings": null,
"whitelistMintSettings": null,
"hiddenSettings": null,
"storage": "arweave-sol",
"ipfsInfuraProjectId": null,
"ipfsInfuraSecret": null,
"nftStorageKey": null,
"awsS3Bucket": null,
"noRetainAuthority": false,
"noMutable": false
}

Cannot make it work on mainnet-beta (rate limited)

Hi,

I try this repo pretty easy to setup,
I tried to switch on mainnet,
I have an issue when I try to sell something, I can't see my collection, I get this message :(see below scerenshot)

It seems that Im not allow to fetch everything
I didnt change .env file just modified :

REACT_APP_SOLANA_NETWORK=mainnet-beta
REACT_APP_SOLANA_RPC_HOST=https://api.mainnet-beta.solana.com

Any idea ? I just want to try to list my NFT on mainnet, then retrist NFT listing to a particular collection (still didnt try this step)

![bug2](https://user-images.githubusercontent.com/91226684/163827989-f54d1f14-b3d2-4444-9a7e-da01abff587c.PNG)

I got an issue on selling page to list my nfts.

Last week, I cloned this repository and tried to make my own.
First I created candy shop on https://candy.liqnft.com/my-shop then I could see my own shop.
Then, I tried to list my own nfts on my wallet. so I copied my one of nft's address to my shop's whitelisted addresses.
After that, I could see my all of nfts created from same position like listed nft.
Also I tried do the same on vps, but it only showed one nft which I whitelisted.
So I don't know why this issue is causing on my side.

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.