bmresearch / Solnet.Metaplex

Metaplex Protocol .NET integration library.
MIT License
35 stars 20 forks source link

[Bug]MetadataCreate example is not working. #49

Open egortar-pi opened 1 year ago

egortar-pi commented 1 year ago

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

BifrostTitan commented 1 year ago

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.

egortar-pi commented 1 year ago

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"