Skip to main content

All Questions

Tagged with
0 votes
0 answers
152 views

Mint Nft solana RUST langauge

I wrote this code but it isnt working :) Im confused, I dont know what problem with it ** **Here is example of transaction what i need ****https://solscan.io/tx/...
user25585803's user avatar
0 votes
0 answers
37 views

Collection being made but when adding nfts to the collection i get 'Program log: Collection Not Found on Metadata'

Error Error Proof That the collection exists What I did: Correctly created a collection. What was expected: I tried to add a test NFT to the collection, though the collection exists, it says "...
Rahul Mishra's user avatar
0 votes
0 answers
33 views

How to categorise the assets for Candymachine?

I am making an NFT collection using Solana Metaplex candy machine. Here, I want to release the collection in 8 categories . So when I release the collection, the user are eligible to mint throughout ...
Hemang Joshi's user avatar
0 votes
0 answers
79 views

Accept payment, mint specific NFT to user's wallet using Metaplex (but not candymachine)

I am trying to setup a simple operation for a user to pay X amount to mint a specific NFT. Have it working on the client only with different code but dont like that the user could just change values ...
mstelz's user avatar
  • 640
0 votes
1 answer
474 views

I have a problem with minting using a Candy Machine v3 + Sugar

I have a problem with minting using candy machine + sugar I use: Sugar https://github.com/metaplex-foundation/sugar/releases Solana CLI I successfully create a config file, do upload and deploy, and ...
Demonik 4052's user avatar
0 votes
0 answers
20 views

Extend cNFTs with associated PDAs to store extra information

Currently i'm participating in the hackathon and my solana skills are quite limited. My current stack mints cNFTs and i would like to create PDAs to store some extra information which it's not ...
voidpixel's user avatar
1 vote
0 answers
150 views

How to freeze a Solana nfts with React?

I did a lot of research on this subject but could not reach a conclusion. What I want to do is this; I list and display the NFTs in my user's wallet using a specific collectionKey (my own ...
exortek's user avatar
  • 21
0 votes
1 answer
173 views

I am having ParsedProgramError whlie mint programmable NFT

I am using below code to mint pNFT on Solana using Metaplex const transactionBuilder = await METAPLEX .nfts() .builders() .create({ uri: metadataUri, name: name, ...
Alchemist's user avatar
  • 365
2 votes
0 answers
275 views

I need to get the metadata of a CNFT from Solana to React

I'm working on a React app that displays metadata for Compressed Non-Fungible Tokens (CNFTs) on the Solana blockchain. I've encountered an issue while trying to fetch metadata using the Solana ...
Tadeo's user avatar
  • 21
0 votes
1 answer
484 views

Solana transfer instruction for programmable NFTs

Using the following transfer instruction, I get Error: Account is frozen when transferring programmable NFTs. Is there another method on the spl-token library or do I need to manually create the ...
Hyetigran's user avatar
  • 1,215
3 votes
2 answers
564 views

"Error: failed to post funding tx" on metaplex

I am trying to upload solana NFT metadata to arweave.net. I tried below code. await METAPLEX .nfts() .update({ name: newName, nftOrSft: nft, ...
Alchemist's user avatar
  • 365
0 votes
0 answers
420 views

How to handle cors error using Magic Eden API?

I recently tried to fetch NFT attributes from Magic Eden using their api. These are attributes I would like to fetch. const nftData = await axios.get( `https://api-mainnet.magiceden.dev/rpc/...
Alchemist's user avatar
  • 365
0 votes
0 answers
1k views

Node.js ERR_OSSL_EVP_UNSUPPORTED

I'm trying to create mintable NFT and while I was using metaplex sugar i see only one thing when using command "yarn start": opensslErrorStack: [ 'error:03000086:digital envelope routines::...
Yung Lord's user avatar
0 votes
0 answers
103 views

Retrieve NFT data and transfer to another account using phantom wallet

I'm developing a NFT donation application for a non profit organization. Once user login to the web application users can connect their phanthom wallet.Once it connect have to retrieve connected ...
Delon's user avatar
  • 1
-1 votes
1 answer
132 views

Trying adjust displayed info on OpenSea of Solana NFT collection

I created a Solana NFT collection using Candy Machine v2 (CM) and OpenSea automatically found and displayed the collection. Their documentation states that one should be able to adjust the info ...
peter7000's user avatar

15 30 50 per page
1
2 3 4 5
8