ethereum-boilerplate / ethereum-react-native-boilerplate

The ultimate full-stack Ethereum React Native Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it works with any EVM system! Happy BUIDL!👷‍♂️
MIT License
544 stars 286 forks source link

I want to interact smart contract with react native mobile application #28

Open usama1050 opened 2 years ago

usama1050 commented 2 years ago

Hi, I want to interact my smart contract in order to use their functions. I am using ethereum-react-native-boilerplate example and I’m trying to execute a smart contract function using useWeb3ExecuteFunction hook.i run this example and its working fine but when i try to interact smart contract with "react-moralis" its not working and it's giving me this error.

1641809224224

I followed the official documentation of react-moralis https://github.com/MoralisWeb3/react-moralis#useweb3executefunction

usama1050 commented 2 years ago

its only redirecting to metamask