Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]MetadataCreate example is not working. #49

Open
egortar-pi opened this issue Mar 19, 2023 · 2 comments
Open

[Bug]MetadataCreate example is not working. #49

egortar-pi opened this issue Mar 19, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@egortar-pi
Copy link

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 egortar-pi added the bug Something isn't working label Mar 19, 2023
@BifrostTitan
Copy link
Contributor

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.

@egortar-pi
Copy link
Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants