Iām using Moralis to read the events of a contract on Polygon using the following command:
events = await Moralis.Web3API.native.getContractEvents(options);
I initialize Moralis with the following when the website loads:
Moralis.start({ serverUrl, appId });
However, this brings up Metamask immediately when the page is loading. Is it possible to read all the events of a contract without having the user connect via Metamask?