Solnet.Metaplex icon indicating copy to clipboard operation
Solnet.Metaplex copied to clipboard

[Bug]MetadataCreate example is not working.

Open egortar-pi opened this issue 2 years ago • 2 comments

MetadataCreate example doesn't seems to work, both when trying to reproduce it on own codebase (getting Solnet.Metaplex from nuget) and cloning this repo. image

egortar-pi avatar Mar 19 '23 23:03 egortar-pi

Patched in https://github.com/bmresearch/Solnet.Metaplex/pull/50 Updating the nuget package now.

Let me know if you run into any other issues. The issue was from using the non-fungible token standard setting. Switching the token standard to fungible will allow you to mint a normal metadata token. You can also switch the metadata version from 4 to 3 allowing you to use the old metadata instructions if the new instructions cause issues.

BifrostTitan avatar Mar 20 '23 12:03 BifrostTitan

Patched in #50 Updating the nuget package now.

Let me know if you run into any other issues. The issue was from using the non-fungible token standard setting. Switching the token standard to fungible will allow you to mint a normal metadata token. You can also switch the metadata version from 4 to 3 allowing you to use the old metadata instructions if the new instructions cause issues.

Thanks, now the error is " Failed to serialize or deserialize account data: Unknown"

egortar-pi avatar Mar 20 '23 15:03 egortar-pi