-
Notifications
You must be signed in to change notification settings - Fork 26
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
Why test doesn't run on localnet? #7
Comments
i have same issue |
I think it doesn't run on localnet because TOKEN_METADATA_PROGRAM_ID. |
I've solved and passed the test. Make sure token metadata program is correct. |
I think it's just devent, not localnet? How do explorer localnet transaction? |
Thanks @anharu2394 |
You have to deploy the metaplex program on localnet for it to work, i used a tool called Amman that does that |
Look at how Metaplex has implemented it https://github.com/metaplex-foundation/js/blob/main/.ammanrc.js |
I tried to do test on local net.
But it's failed.
error output:
And another questions:
1.Why you don't create associate token on contract?
2.Can I change this contract to do batch mint?
I'm beginner at solana. so I need you help now. Please give me a hand.
The text was updated successfully, but these errors were encountered: