[SOLVED] Metmask Verification + NFT Minter

that could mean that you have to install metamask extension and to load it in current page (by clicking on it so that it opens)

yes. I have the MM extension in Chrome and must manually launch on the app page, but it shows “not connected” status, which– when queried – generates the message

“127.0.0.1:5000. MetaMask is not connected to this site. To connect to a web3 site, find and click the connect button.”

I’ve reinstalled MM, have currency therein, and have followed Daniel’s video. It all remains a mystery

there is the connect button:

here is the sdk imported:

the issue is that you have to use an older version of the sdk, that code will use latest version of the sdk and latest version of the sdk doesn’t work, you will have to specify an older version of the sdk, and you may also have to adapt some code to work with that version of the sdk

1 Like

I’ll do that, thanks. It’s just a shame that the author’s own version does not work! (Or at least I cannot make it work.)

Thank you for all time and patience. It is much appreciated.

the author didn’t specify a version there, for Moralis SDK, and it will use latest version every time you try that code

1 Like