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
545
stars
283
forks
source link
I want to interact smart contract with react native mobile application #28
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.
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.
I followed the official documentation of react-moralis https://github.com/MoralisWeb3/react-moralis#useweb3executefunction