Questions tagged [metaplex]

Use this tag for programming questions related to the Metaplex NFT (non-fungible token) framework.

236 questions
-1
votes
1 answer

Error: Cannot find module code: 'MODULE_NOT_FOUND', (metaplex)

im heaving trouble uploading my NFT to the devnet in solana using metaplex cli im following a tutorial on buildspace: https://buildspace.so/p/ship-solana-nft-collection/ (should be noted! im using WSL) i followed as instructed and when i needed to…
-1
votes
1 answer

Solana Metaplex V1 accept SPL token for auction

I'm using the Metaplex Storefront V1 for my auctions and I would like to implement SPL tokens for auctions as far as I know the earlier version of the storefront was able to accept SPL tokens basically with a dropdown menu, but the latest version…
koko91kon
  • 88
  • 1
  • 6
-1
votes
1 answer

Solana Metaplex Creator Split issue

I'm using the Metaplex Storefront for testing purposes. I've added 2 whitelisted wallets for my auction page via the admin page(one of the whitelisted wallet is that I used to initialize the page). I've made a test auction with this…
koko91kon
  • 88
  • 1
  • 6
-1
votes
1 answer

Referral program in Metaplex storefront

What is the best way to create "Referral program" in Metaplex storefront? A referral program works by inviting customers to become brand ambassadors. They join the referral marketing program and get a unique code or link to share with their network.…
-1
votes
2 answers

How can I set the limit of NFTs that can be minted per wallet?

I need to update the limit of how many NFTs can be minted on 1 wallet
-1
votes
1 answer

How do i securely sign a Transaction within my Solana Dapp

An NFT project I'm working with was recently rugged and I'm setting up a dapp with goal of derugging the project. We are trying to achieve this by destroying all of the NFTs in the old collection and replace them with a new collection of NFTs…
-1
votes
1 answer

Setting up multiple whitelist using Candy Machine v2

I am working to deploy my first minting site and wondering how I can go about setting up multiple whitelists. For example, I want to have 3 different whitelist each with a different price, where the first set of minters are on WL1 and can mint from…
bschmitty
  • 1,118
  • 3
  • 16
  • 46
-1
votes
1 answer

How to create a new candy machine after testing to test again within project?

So I've been playing around and testing Candy machine on devnet, have the mint site set up and everything seems to be working ok. I want to test again as i have no more assets to mint so need to set up a new candy machine in the project. I've…
Liz
  • 5
  • 1
-1
votes
1 answer

Getting an Error `custom program error: 0x26` on Minting an NFT?

This is the Program Logs that I am getting when i try to create an NFT
Pratik.js
  • 250
  • 1
  • 9
-1
votes
1 answer

What the error EditionsMustHaveExactlyOneToken really mean?

I am using web3 to mint NFT on Solana's candy machine v2, followings all the instructions I can find. using libraries: @project-serum/anchor": "^0.24.2", @solana/spl-token": "^0.2.0", @solana/web3.js": "^1.41.6", when calling…
diwatu
  • 5,641
  • 5
  • 38
  • 61
-1
votes
1 answer

Solana artwork upload command problem ( metaplex )

{ "price": 1.0, "number": 10, "gatekeeper": null, "solTreasuryAccount": "", "splTokenAccount": null, "splToken": null, "goLiveDate": "25 Dec 2021 00:00:00 GMT", "endSettings": null, "whitelistMintSettings": null, "hiddenSettings": null, "storage":…
-1
votes
1 answer

How can i get the public key of the Candy Machine of collection

Please Help i want to get NFT Mint Addresses and this function below return what i want but it requires the candy machine id : import { Connection, clusterApiUrl, PublicKey } from '@solana/web3.js'; import bs58 from 'bs58'; const connection = new…
-1
votes
1 answer

Is it possible to transfer minting authority of a Solana Token to another account?

I have created a Solana NFT token using Metaplex, and mint authority is assigned to 3EnfV4qYBjH15nN5XDmW74bqWYiQQFHQCbnVrWxZLua6 by metaplex, and i need to mint more these tokens using sdk like @solana/web3.js, @metaplex/js and …
Siddhant Shah
  • 63
  • 1
  • 5
-1
votes
3 answers

trying to run an generate art configuration in metaplex and it keeps returning this. I have tried changing up just about everything

desktop % ts-node ./metaplex/js/packages/cli/src/candy-machine-v2-cli.ts generate_art_configuration traits /usr/local/lib/node_modules/ts-node/src/index.ts:820 return new TSError(diagnosticText, diagnosticCodes); ^ TSError: ⨯ Unable to compile…
max2lax
  • 5
  • 2
-1
votes
1 answer

Solana web3.js parse onProgramAccountChange notifications to JSON

How can I parse the connection.onProgramAccountChange notifications data to JSON? https://solana-labs.github.io/solana-web3.js/modules.html#AccountInfo The docs specify the data as type T, which for me has usually been a Buffer. Example code: let…
oriont
  • 684
  • 2
  • 10
  • 25
1 2 3
15
16