You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[X] question about how to use this project
Summary
I'm new to web3, react-native, and dapp's in general so hopefully I'm just missing a simple setup step. After running the initial setup/installation, everything looks to have completed successfully. Upon launching the "web" version of the initial hello-world app, I'm stuck with text saying "Loading..." and a "Connect a Wallet" button below that. Quickly looking through the code, I'm assuming that the WalletConnect connector isn't able to find a local wallet to connect to. I can confirm that the hardhat node is running on my localhost, I'm seeing output to the console showing that there are 10 accounts with 1000 ETH each. I'm also able to add a custom rpc with the metamask browser plugin and view my hardhat wallet. What would be the best way to debug this issue?
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
running on a windows machine
The text was updated successfully, but these errors were encountered:
Hmm, that's strange. Thanks very much for raising.
It'll be stuck on loading because it's failing to interact with the deployed contract (does it get deployed? can you see the interaction take place in hardhat?)
You shouldn't have to modify the example at all; can you please verify that the value exported from react-native-localhost matches the local IP address of the machine running the hardhat node?
Do you see any failures happen in the browser's network tab?
I'm submitting a ...
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[X] question about how to use this project
Summary
I'm new to web3, react-native, and dapp's in general so hopefully I'm just missing a simple setup step. After running the initial setup/installation, everything looks to have completed successfully. Upon launching the "web" version of the initial hello-world app, I'm stuck with text saying "Loading..." and a "Connect a Wallet" button below that. Quickly looking through the code, I'm assuming that the WalletConnect connector isn't able to find a local wallet to connect to. I can confirm that the hardhat node is running on my localhost, I'm seeing output to the console showing that there are 10 accounts with 1000 ETH each. I'm also able to add a custom rpc with the metamask browser plugin and view my hardhat wallet. What would be the best way to debug this issue?
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
running on a windows machine
The text was updated successfully, but these errors were encountered: