-
Notifications
You must be signed in to change notification settings - Fork 96
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
Candy machine not initialized #31
Comments
If I put public key into contract address as well, it gives the error that I mentioned. Which parameter should I use for |
Not yet. |
The public key is contract address, it works fine, just make sure your wallet is on the same network, I have double checked and frontend is also on the same network (RPC URL) |
My contract and frontend are both on devnet and use same RPC URL. |
Please may I ask how you get the contract address that you added to the constants.py file |
All process is successfully completed until the front end. There is an initialization issue, thus there are some bugs on frontend.
It gives that error on console. I think there is an issue about
Candy machine not initialized on given address for chain dev
Edit: It seems the issue about contract address.
What should I type for
CONTRACT_ADDRESS
incandyMachineInfo.js
andconstants.py
files?The text was updated successfully, but these errors were encountered: