Hello! I was wondering if there is a way to initialize the MoralisProvider
from the react-moralis
SDK using a moralis api key. It only seems to be possible using a serverUrl and appId?
I am asking that question because I want to use the useApiContract
hook from the package, which currently returns Error: Web3Api not initialized, run Moralis.start() first
as an error when being executed.
How can I run Moralis.start
from the react-moralis
package or use the MoralisProvider
with an api key?