python-api
python-api copied to clipboard
Problem: The Metaplex Python API experiences a deployment issue where an outdated instruction, specifically the create_metadata_instruction within the transaction.py file, leads to a contract key with value = None during...
Hi community, So I'm trying to mint an NFT on Solana using your library but I'm getting an error at metada function. Here the stuck File "/python-api/api/metaplex_api.py", line 77, in...
Is there any plan in this regard? I have seen that the project has not been updated for several months
remove "signers = list(map(Keypair, set(map(lambda s: s.seed, signers))))" "set" change signers order so in case of feepayer would be last, tx fail In case skip_preflight=False, tx success ratio high
The update_token_metadata function doesn't allow updating primary_sale_happened. Is there another way to do so?
it this possible to add metadata to fungible spl token?
Hello, Is there any way that we can get this library with pip?
Is there a way to do this?
updated the api with two functions: - update the primary sale happened for the token - unverified creators can sign the token please try it out before merging.