-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing contract methods #58
Comments
How did you connect this library pls, can't seem to do that |
This approach worked for me. You can try this
Make sure that to For some reason, this approach only works with Metamask v4.0.1 and does not work with Metamask's latest update v4.2.2. It might be a bug on their end. |
@mendelordanza Can you explain in brief . I really need to connect with the metamask wallet using my smart contract. I have successfully connected with my wallet but when I try to perform a transaction, it redirected to metamask, but nothing happens. No dialog is showing. Now when I tried your method it is not importing any of the functions above although when I tried the same method in java it works ? Can you please refer me some tutorial or anything? |
Successfully connected Metamask with this library. Now, How do I establish web3 connection to my contract and call the contract's method. Can you please provide me some examples?
The text was updated successfully, but these errors were encountered: