How to find Mint Address Public Key? #398
-
Hello :) I am currently working on /getting-started-react-cra5/ When I use the default mint address it works fine. Everytime I try to change it to something else it fails and shows nothing. I am thinking I am maybe dumb and do not know how to find a mint address. Here is the code spot in question: const [address, setAddress] = useState( Thank you for looking into this and I love u. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found it! The problem wasnt the address. But I was connected to devnet. So I connected to mainnet-beta and all is good. DUH! Here is how it look: const connection = new Connection(clusterApiUrl("mainnet-beta")); |
Beta Was this translation helpful? Give feedback.
Found it! The problem wasnt the address. But I was connected to devnet. So I connected to mainnet-beta and all is good. DUH!
Here is how it look:
const connection = new Connection(clusterApiUrl("mainnet-beta"));