Interact with local blockchain

I deployed my smart contract in ganache. Is it possible to use Moralis in calling a method in my smart contract?

you can call a method in your smart contract with Moralis.executeFunction, it will use metamask to make that call

1 Like

This explains more about the setup https://youtu.be/aRRS394is1U

2 Likes